Update more crates to futures-0.3 (#1312)

This commit is contained in:
Toralf Wittner
2019-11-19 11:18:16 +01:00
committed by GitHub
parent be73b90345
commit 02c5f34fc0
15 changed files with 25 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ libp2p-core = { version = "0.13.0", path = "../../core" }
libp2p-swarm = { version = "0.3.0", path = "../../swarm" }
log = "0.4.1"
multiaddr = { package = "parity-multiaddr", version = "0.5.0", path = "../../misc/multiaddr" }
futures-preview = "0.3.0-alpha.18"
futures = "0.3.1"
rand = "0.7.2"
wasm-timer = "0.2"
void = "1.0"