From 06405c2c498c7e02c4e26accba52b3a11d963b11 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Wed, 4 Apr 2018 04:27:22 +1000 Subject: [PATCH] chore(dependencies): move to futures master (#1478) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1527674..d952b203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,4 +44,4 @@ url = "1.0" nightly = [] [replace] -"futures:0.2.0-beta" = { git = "https://github.com/srijs/futures-rs.git", branch = "with-executor" } +"futures:0.2.0-beta" = { git = "https://github.com/rust-lang-nursery/futures-rs.git" }