patch libp2p-core from crates-io

This commit is contained in:
folex
2020-03-27 14:06:15 +03:00
parent d6d11c4748
commit 98695967dd

View File

@@ -117,3 +117,9 @@ members = [
[patch.'https://github.com/fluencelabs/rust-libp2p']
libp2p-core = { path = "core", version = "0.16.0" }
# NOTE: this is required because trust-graph depends on libp2p-core = 0.16.0,
# and patches it to git only in patch section, which apparently isn't
# visible via dependency mechanics (i.e., not visible HERE)
[patch.crates-io]
libp2p-core = { path = "core", version = "0.16.0" }