Skip to content

Commit

Permalink
switch to mwc-libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 3, 2024
1 parent 16f1d93 commit 6fe4e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures = "0.3"
#libp2p-tokio-socks5 = { path = "../../rust-libp2p-tokio-socks5" }
#libp2p = { path = "../../rust-libp2p", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"] }
libp2p-tokio-socks5 = { git = "https://github.com/mwcproject/rust-libp2p-tokio-socks5", version = "0.7.1", branch = "master"}
libp2p = { git = "https://github.com/mwcproject/rust-libp2p", branch = "master", version="0.35.2", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"]}
mwc-libp2p = { git = "https://github.com/mwcproject/rust-libp2p", branch = "master", version="0.35.2", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"]}
lazy_static = "1"
async-std = "1.9"
tokio = {version = "0.2", features = ["full"] }
Expand Down

0 comments on commit 6fe4e84

Please sign in to comment.