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