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"