diff --git a/Cargo.toml b/Cargo.toml index 296f35e8a..233f72fca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,6 @@ mio = "0.6" winapi = "0.2" kernel32-sys = "0.2" mio = "0.6" + +[replace] +"tokio-core:0.1.3" = { git = "https://github.com/tokio-rs/tokio-core" }