From 5344bef77483f6f6ac9351d8090bdfe698caab07 Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Wed, 10 Feb 2021 09:07:58 +0100 Subject: [PATCH] Change version of tokio to '1' --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f5de62..0f309fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3" mio = "0.7" libc = "0.2" thiserror = "1.0" -tokio = { version = "1.1", features = ["net"] } +tokio = { version = "1", features = ["net"] } [dev-dependencies] futures-timer = "3.0"