From 21ba669b34b5f81e1ee4f7db953a824032128243 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 6 Apr 2018 19:09:58 -0700 Subject: [PATCH] chore(dependencies): pin to a git commit of futures 0.2.0-beta --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 74b1d4a1..b0e87668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,3 +43,6 @@ url = "1.0" [features] nightly = [] + +[replace] +"futures:0.2.0-beta" = { git = "https://github.com/rust-lang-nursery/futures-rs", rev = "30473ba" }