Skip to content

Commit ad24f43

Browse files
committed
use jxs' branch of rust-libp2p
1 parent 6622f8f commit ad24f43

2 files changed

Lines changed: 27 additions & 6 deletions

File tree

gossipsub-interop/rust-libp2p/Cargo.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gossipsub-interop/rust-libp2p/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ features = [
3636
"yamux",
3737
]
3838
# version = "0.56.0"
39-
# git = "https://github.com/jxs/rust-libp2p/"
40-
# branch = "gossipsub-partial-messages"
41-
path = "../../../rust-libp2p/libp2p"
39+
git = "https://github.com/jxs/rust-libp2p/"
40+
branch = "gossipsub-partial-messages"
41+
# path = "../../../rust-libp2p/libp2p"
4242

4343
[dependencies.libp2p-gossipsub]
44-
# git = "https://github.com/jxs/rust-libp2p/"
45-
# branch = "gossipsub-partial-messages"
46-
path = "../../../rust-libp2p/protocols/gossipsub"
44+
git = "https://github.com/jxs/rust-libp2p/"
45+
branch = "gossipsub-partial-messages"
46+
# path = "../../../rust-libp2p/protocols/gossipsub"
4747
features = ["partial_messages"]

0 commit comments

Comments
 (0)