aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-06-12 20:28:51 -0400
committerCara Salter <cara@devcara.com>2022-06-12 20:35:10 -0400
commit1a50ac194851ca3b1fd5811628ace82565de5bb1 (patch)
tree1b9557652e342de83f673eaa22fbebe647368b21 /Cargo.toml
parentcb2ec582570eed782277f613c2b1589c97eecd8e (diff)
downloadglitch-ng-1a50ac194851ca3b1fd5811628ace82565de5bb1.tar.gz
glitch-ng-1a50ac194851ca3b1fd5811628ace82565de5bb1.zip
Update serenity version
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"