Require latest yamux version. (#1479)

This commit is contained in:
Toralf Wittner
2020-02-28 13:30:59 +01:00
committed by GitHub
parent 2c40f2880e
commit d8bb9990c0

View File

@ -14,4 +14,4 @@ futures = "0.3.1"
libp2p-core = { version = "0.16.0", path = "../../core" } libp2p-core = { version = "0.16.0", path = "../../core" }
parking_lot = "0.10" parking_lot = "0.10"
thiserror = "1.0" thiserror = "1.0"
yamux = "0.4.2" yamux = "0.4.4"