From 1a50ac194851ca3b1fd5811628ace82565de5bb1 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sun, 12 Jun 2022 20:28:51 -0400 Subject: Update serenity version --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a21e76d..03b0180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,8 @@ futures = "0.3" [dependencies.serenity] git = "https://github.com/serenity-rs/serenity" -branch = "next" +#branch = "next" +rev = "b89d09636fe6667e7b9349fa88c76a96da95d471" default-features = false features = [ "rustls_backend", @@ -39,7 +40,8 @@ features = [ ] [patch.crates-io.serenity] git = "https://github.com/serenity-rs/serenity" -branch = "next" +#branch = "next" +rev = "b89d09636fe6667e7b9349fa88c76a96da95d471" [dependencies.poise] git = "https://github.com/kangalioo/poise" -- cgit v1.2.3