From 0c0c0bb177ae4591c3cded9011f6b527d7ec604e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 9 Sep 2016 22:04:04 -0700 Subject: [PATCH] Update deps to point to crates.io --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 60848333e..1a137b7a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,11 @@ An implementation of an asynchronous Unix signal handling 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(unix)'.dependencies] -tokio-uds = { git = "https://github.com/tokio-rs/tokio-uds" } +tokio-uds = "0.1" libc = "0.2" mio = "0.6"