From f20e7a4d2b04f219bc1a5716952abd999ae9838a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 19 Dec 2016 00:40:00 -0800 Subject: [PATCH] process: Bump minimum version of tokio-core --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ab0f7964..f8f540ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ An implementation of an asynchronous process management backed futures. """ [dependencies] -tokio-core = "0.1" +tokio-core = "0.1.2" futures = "0.1.7" mio = "0.6" log = "0.3"