fix poise dependency
This commit is contained in:
parent
6313a7d3e5
commit
5e53aacaae
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user