switch to songbird next
This commit is contained in:
@@ -26,12 +26,15 @@ features = [ "rustls-tls" ]
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11"
|
||||
git = "https://github.com/serenity-rs/serenity"
|
||||
branch = "next"
|
||||
features = [ "voice" ]
|
||||
|
||||
[dependencies.songbird]
|
||||
version = "0.3"
|
||||
default-features = false
|
||||
features = [ "serenity-rustls", "driver", "gateway", "builtin-queue" ]
|
||||
git = "https://github.com/serenity-rs/songbird"
|
||||
branch = "next"
|
||||
features = [ "builtin-queue" ]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user