Fix: Use correct tokio features for driver-only mode
This commit is contained in:
@@ -125,13 +125,15 @@ driver = [
|
||||
"serenity-voice-model",
|
||||
"spin_sleep",
|
||||
"streamcatcher",
|
||||
"tokio/blocking",
|
||||
"tokio/fs",
|
||||
"tokio/io-util",
|
||||
"tokio/macros",
|
||||
"tokio/net",
|
||||
"tokio/rt-core",
|
||||
"tokio/time",
|
||||
"tokio/process",
|
||||
"tokio/rt-core",
|
||||
"tokio/sync",
|
||||
"tokio/time",
|
||||
"url",
|
||||
"xsalsa20poly1305",
|
||||
]
|
||||
|
||||
@@ -32,8 +32,6 @@ Songbird's logo is based upon the copyright-free image ["Black-Capped Chickadee"
|
||||
[lavalink]: https://github.com/Frederikam/Lavalink
|
||||
[this crate's examples directory]: https://github.com/serenity-rs/songbird/tree/current/examples
|
||||
|
||||
https://github.com/serenity-rs/songbird/actions/runs/362160207
|
||||
|
||||
[build badge]: https://img.shields.io/github/workflow/status/serenity-rs/songbird/CI?style=flat-square
|
||||
[build]: https://github.com/serenity-rs/songbird/actions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user