aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9eefec..33dc2f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,12 +13,12 @@ slack = "0.25"
[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" ]