From 626254e836fe5833fa6d17d7b50098ba5b5373c8 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Sun, 8 Jan 2017 17:49:41 -0800 Subject: [PATCH] Update tokio-core replacement to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61cdd2e..e4eacae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio-core = { git = "https://github.com/tokio-rs/tokio-core" } net2 = "0.2" [replace] -"tokio-core:0.1.2" = { git = "https://github.com/tokio-rs/tokio-core" } +"tokio-core:0.1.3" = { git = "https://github.com/tokio-rs/tokio-core" } "futures:0.1.7" = { git = "https://github.com/alexcrichton/futures-rs" } [dev-dependencies]