From f0ac62151be424a63cb9dd0e2d834ef5aeb1e248 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 19 Aug 2018 10:57:44 -0600 Subject: [PATCH] signal: Update tokio dependency tokio::runtime::current_thread was added in 0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3dd61c2ac..161a2853d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ mio-uds = "0.6" [dev-dependencies] tokio-core = "0.1.17" -tokio = "0.1.0" +tokio = "0.1.6" [target.'cfg(windows)'.dependencies.winapi] version = "0.3"