From ae2052d96b1bf082590f35835b3e3fe4bcdef920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 16 Nov 2020 23:53:20 +0100 Subject: tokio 0.3 --- Cargo.toml | 6 +++--- 1 file 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" ] -- cgit v1.2.1