Skip to content

Commit

Permalink
add version to mwc-libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 12, 2024
1 parent 840681d commit ff1ced0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ qr_code = "1.1.0"
colored = "1.6"
x25519-dalek = "0.6"
ed25519-dalek = "1.0.0-pre.4"
mwc-wagyu-ethereum = { git = "https://github.com/mwcproject/wagyu-ethereum", branch = "master" }
mwc-libp2p = { git = "https://github.com/mwcproject/rust-libp2p", branch = "master", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"] }
mwc-wagyu-ethereum = { git = "https://github.com/mwcproject/wagyu-ethereum", version = "0.6.3", branch = "master" }
mwc-libp2p = { git = "https://github.com/mwcproject/rust-libp2p", version="0.35.3", branch = "master", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"] }
#libp2p = { path = "../../rust-libp2p", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"] }

mwc_wallet_util = { path = "../util", version = "5.3.3" }
Expand Down
2 changes: 1 addition & 1 deletion impls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sysinfo = "0.29"
base64 = "0.12.0"
url = "2.1"

mwc-libp2p = { git = "https://github.com/mwcproject/rust-libp2p", branch = "master", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"] }
mwc-libp2p = { git = "https://github.com/mwcproject/rust-libp2p", version="0.35.3", branch = "master", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"] }
#libp2p = { path = "../../rust-libp2p", default-features = false, features = [ "noise", "yamux", "mplex", "dns", "tcp-tokio", "ping", "gossipsub"] }

mwc_wallet_util = { path = "../util", version = "5.3.3" }
Expand Down

0 comments on commit ff1ced0

Please sign in to comment.