fix poise dependency

This commit is contained in:
Oliver 2023-11-03 19:53:50 +00:00
parent 6313a7d3e5
commit 5e53aacaae

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies] [dependencies]
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
# songbird = { version = "0.3.2", features = ["yt-dlp"] } # songbird = { version = "0.3.2", features = ["yt-dlp"] }
poise = { path = "../poise/", features = ["cache"] } poise = { version = "0.5.7", features = ["cache"] }
dotenv = "0.15.0" dotenv = "0.15.0"
anyhow = "1.0.75" anyhow = "1.0.75"
url = "2.4.1" url = "2.4.1"