From 8b95a40bfec2ad13937737ab3b63e8c34775c703 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 5 Jul 2019 15:22:55 +1200 Subject: [PATCH] Pin the futures-preview version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af69af47a..e1f5edb2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ chrono-humanize = "0.0.11" byte-unit = "2.1.0" ordered-float = {version = "1.0.2", features = ["serde"]} prettyprint = "0.7.0" -futures-preview = { version = "0.3.0-alpha.16", features = ["compat", "io-compat"] } -futures-sink-preview = "0.3.0-alpha.16" +futures-preview = { version = "=0.3.0-alpha.16", features = ["compat", "io-compat"] } +futures-sink-preview = "=0.3.0-alpha.16" futures_codec = "0.2.2" term = "0.5.2" bytes = "0.4.12"