From a9f8d6c93a9b003f004cddba0532653f4f374f4b Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Fri, 13 Nov 2020 19:32:03 +0000 Subject: [PATCH] Fix: Use correct tokio features for driver-only mode --- Cargo.toml | 6 ++++-- README.md | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb94fb6..3bfc427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", ] diff --git a/README.md b/README.md index 14150d3..92d36b3 100644 --- a/README.md +++ b/README.md @@ -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