Update libp2p to fix build (#4522)

* update libp2p

* update toml files also
This commit is contained in:
Nikolay Volf
2020-01-02 20:37:42 +03:00
committed by Bastian Köcher
parent 65e78b8129
commit 508f94acdf
9 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ ctrlc = { version = "3.1.3", features = ["termination"], optional = true }
node-transaction-factory = { version = "2.0.0", optional = true, path = "../transaction-factory" }
# WASM-specific dependencies
libp2p = { version = "0.13.0", default-features = false, optional = true }
libp2p = { version = "0.13.2", default-features = false, optional = true }
clear_on_drop = { version = "0.2.3", features = ["no_cc"], optional = true } # Imported just for the `no_cc` feature
console_error_panic_hook = { version = "0.1.1", optional = true }
console_log = { version = "0.1.2", optional = true }