Skip to content

Commit

Permalink
Fix: Use correct tokio features for driver-only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Nov 13, 2020
1 parent 35d262d commit a9f8d6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a9f8d6c

Please sign in to comment.