From a81df34c3d599482dff9b884127d9ed264862e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 17 Nov 2020 12:41:50 +0100 Subject: Revert "tokio 0.3" This reverts commit ae2052d96b1bf082590f35835b3e3fe4bcdef920. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee35f28..9f61b8e 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 # disable voice +default-features = false [dependencies.serde] version = "1.0" features = [ "derive" ] [dependencies.tokio] -version = "0.3" -features = [ "macros", "rt", "rt-multi-thread", "sync" ] +version = "0.2" +features = [ "macros", "sync" ] -- cgit v1.2.1