From ffee84f2cfa174ae488266800ffb6aec3ebb9795 Mon Sep 17 00:00:00 2001 From: Timon Post Date: Wed, 27 Nov 2019 19:06:46 +0100 Subject: [PATCH] Upgraded tokio dependency because it caused CI error. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b36ddce..f3dc930 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ signal-hook = { version = "0.1.11", features = ["mio-support"] } # Dev dependencies (examples, ...) # [dev-dependencies] -tokio = "0.2.0-alpha.6" +tokio = { version = "0.2.1", features = ["macros"] } futures = "0.3" futures-timer = "2" async-std = "1"