From 66dbca80b2d98601ffdd4667603c89db4f890a50 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Wed, 14 Aug 2019 09:16:44 -0700 Subject: [PATCH] Add missing feature, "compat", back to json-transport dependency on futures-preview. --- json-transport/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-transport/Cargo.toml b/json-transport/Cargo.toml index f3cac61..19d6185 100644 --- a/json-transport/Cargo.toml +++ b/json-transport/Cargo.toml @@ -13,7 +13,7 @@ readme = "../README.md" description = "A JSON-based transport for tarpc services." [dependencies] -futures-preview = { version = "0.3.0-alpha.17" } +futures-preview = { version = "0.3.0-alpha.17", features = ["compat"] } futures_legacy = { version = "0.1", package = "futures" } pin-utils = "0.1.0-alpha.4" serde = "1.0"