aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9f61b8e..ee35f28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,12 +15,12 @@ tokio-compat-02 = "0.1"
[dependencies.discord]
git = "https://github.com/SpaceManiac/discord-rs"
-default-features = false
+default-features = false # disable voice
[dependencies.serde]
version = "1.0"
features = [ "derive" ]
[dependencies.tokio]
-version = "0.2"
-features = [ "macros", "sync" ]
+version = "0.3"
+features = [ "macros", "rt", "rt-multi-thread", "sync" ]