yamux: Use futures-0.3. (#1307)

This commit is contained in:
Toralf Wittner 2019-11-15 16:58:45 +01:00 committed by GitHub
parent 2015053756
commit 3e89c36d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"