diff --git a/Cargo.toml b/Cargo.toml index 72cca0c..8ca0986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] } # songbird = { version = "0.3.2", features = ["yt-dlp"] } -poise = { path = "../poise/", features = ["cache"] } +poise = { version = "0.5.7", features = ["cache"] } dotenv = "0.15.0" anyhow = "1.0.75" url = "2.4.1"