Update tokio-core replacement to 0.1.3

This commit is contained in:
Tim Kuehn
2017-01-08 17:49:41 -08:00
parent 388c4be69a
commit 626254e836

View File

@@ -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]