diff options
| author | Nathan Perry <np@npry.dev> | 2025-12-17 20:40:44 -0500 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2025-12-17 21:13:46 -0500 |
| commit | de49f346313e7739945fbf0058bdfb78c90237a6 (patch) | |
| tree | 99528908ff7ca5f5a39b1a727650bf3a1ccad721 /Cargo.toml | |
| parent | 13fcc8a263970e48999e7f9319876a6443a54ac5 (diff) | |
update poise to not use custom fork
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
