From 8e2c03be2f331e2548276e6683f21f1ffd5980a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 26 Nov 2020 15:53:09 +0100 Subject: Revert "Revert "tokio 0.3"" This reverts commit a81df34c3d599482dff9b884127d9ed264862e74. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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" ] -- cgit v1.2.1