diff --git a/Cargo.toml b/Cargo.toml index 99c92bf..a7ad9fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,7 @@ edition = "2021" [dependencies] tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] } -# songbird = { version = "0.3.2", features = ["yt-dlp"] } -poise = { version = "0.6", features = ["cache"], path="../poise" } +poise = { features = ["cache"], git="https://github.com/Rushmore75/poise.git", rev="6afaf44a791cd3ff590c89fda26c94b4411b3266" } dotenv = "0.15.0" anyhow = "1.0.75" once_cell = "1.19.0"