diff --git a/Cargo.toml b/Cargo.toml index cab0776dc..112201de5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ An implementation of an asynchronous process management backed futures. """ [dependencies] -tokio-core = { git = "https://github.com/tokio-rs/tokio-core" } -futures = { git = "https://github.com/alexcrichton/futures-rs" } +tokio-core = "0.1" +futures = "0.1" [target.'cfg(windows)'.dependencies] winapi = "0.2" @@ -20,4 +20,4 @@ kernel32-sys = "0.2" [target.'cfg(unix)'.dependencies] libc = "0.2" -tokio-signal = { git = "https://github.com/alexcrichton/tokio-signal" } +tokio-signal = "0.1"