aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
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"