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