html terminal
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f854730..4bf932b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ tokio = { version = "1.28.2", features = [
], default-features = false }
tokio-stream = "0.1.14"
futures-util = "0.3.28"
-serenity = { version = "0.11.5", features = [
+serenity = { version = "0.12", features = [
"builder",
"client",
"utils",
@@ -30,7 +30,7 @@ serenity = { version = "0.11.5", features = [
"cache",
"gateway",
], default-features = false }
-poise = "0.5.5"
+poise = { git = "https://github.com/serenity-rs/poise" }
anyhow = "1.0.75"
regex = { version = "1.8.4", features = ["std"], default-features = false }
minify-js = "0.5.6"
@@ -59,3 +59,6 @@ opt-level = 3
[profile.dev.package.fimg]
opt-level = 3
+
+[patch.crates-io]
+serenity = { git = "https://github.com/bend-n/serenity", branch = "opt" }