From 47daf555f33b4a4be7df546e89b883731cb0c579 Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Sat, 28 Sep 2019 16:31:36 +0200 Subject: [PATCH] Pin futures to 0.3.0-alpha.18 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f25426a..b62259c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,9 +50,9 @@ surf = "1.0.2" tempdir = "0.3.7" # These are used by the book for examples -futures-channel-preview = "0.3.0-alpha.18" -futures-util-preview = "0.3.0-alpha.18" +futures-channel-preview = "=0.3.0-alpha.18" +futures-util-preview = "=0.3.0-alpha.18" [dev-dependencies.futures-preview] -version = "0.3.0-alpha.18" +version = "=0.3.0-alpha.18" features = ["std", "nightly", "async-await"]