aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@npry.dev>2025-12-17 20:40:44 -0500
committerNathan Perry <np@npry.dev>2025-12-17 21:13:46 -0500
commitde49f346313e7739945fbf0058bdfb78c90237a6 (patch)
tree99528908ff7ca5f5a39b1a727650bf3a1ccad721 /Cargo.toml
parent13fcc8a263970e48999e7f9319876a6443a54ac5 (diff)
update poise to not use custom fork
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4f83de..0c9a5be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,7 +73,7 @@ tokio = { version = "1.37", features = ["full"] }
songbird = { version = "0.4", features = ["builtin-queue"] }
symphonia = { version = "0.5", features = ["all"] }
-poise = { git = "https://pub.npry.dev/poise" }
+poise = "0.6"
diesel = { version = "2.1", features = ["chrono"], optional = true }
diesel-async = { version = "0.4", optional = true, features = ["deadpool", "postgres"] }