From 72179d49c5dabf3cb7267d899347a16f6340c9e5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 9 Sep 2016 22:04:51 -0700 Subject: [PATCH] process: Update to crates.io versions of deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"