mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
patch libp2p-core from crates-io
This commit is contained in:
@@ -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" }
|
||||
|
Reference in New Issue
Block a user