From 3e89c36d1662a2c7566be7b39fde71a006af13bd Mon Sep 17 00:00:00 2001 From: Toralf Wittner Date: Fri, 15 Nov 2019 16:58:45 +0100 Subject: [PATCH] yamux: Use futures-0.3. (#1307) --- muxers/yamux/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muxers/yamux/Cargo.toml b/muxers/yamux/Cargo.toml index 2cd98635..4b437dc9 100644 --- a/muxers/yamux/Cargo.toml +++ b/muxers/yamux/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -futures-preview = "0.3.0-alpha.19" +futures = "0.3.1" libp2p-core = { version = "0.13.0", path = "../../core" } log = "0.4.8" parking_lot = "0.9"