From 7b99ccb0f25672fff8c47a8bbe9472ad7ec0caa8 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 6 Apr 2018 18:47:37 -0700 Subject: [PATCH] chore(dependencies): pin to futures =0.2.0-beta --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d952b203..74b1d4a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,9 @@ include = [ [dependencies] bytes = "0.4.4" -futures = "0.2.0-beta" -futures-timer = { git = "https://github.com/alexcrichton/futures-timer.git" } +futures = "=0.2.0-beta" +futures-core = "=0.2.0-beta" +futures-timer = { git = "https://github.com/alexcrichton/futures-timer.git", rev = "682e792" } http = "0.1.5" httparse = "1.0" iovec = "0.1" @@ -42,6 +43,3 @@ url = "1.0" [features] nightly = [] - -[replace] -"futures:0.2.0-beta" = { git = "https://github.com/rust-lang-nursery/futures-rs.git" }