aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-11-16 23:53:20 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-11-16 23:53:20 +0100
commitae2052d96b1bf082590f35835b3e3fe4bcdef920 (patch)
tree47209adadcd62ec22086bbc6864e25aab42fdc21
parent9613f73845d1e18d07374aad2ca358ac5f031fd1 (diff)
downloadkodapa-ae2052d96b1bf082590f35835b3e3fe4bcdef920.tar.gz
tokio 0.3
-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" ]