From ccb53485ce067c15eb706bb55b6e5ca30d7991bc Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Tue, 23 Jun 2020 11:12:38 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0caccb1..e950c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ slab = "0.4.2" socket2 = { version = "0.3.12", features = ["pair", "unix"] } [dependencies.tokio] -version = "0.2.21" +version = "0.2" default-features = false features = ["rt-threaded"] optional = true