Skip to content

Commit

Permalink
bump mwc node version to 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 12, 2024
1 parent 52cbd74 commit 7d647d8
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 26 deletions.
50 changes: 32 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ remove_dir_all = "0.7"
easy-jsonrpc-mw = "0.5.4"

[patch.crates-io]
mwc_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", tag = "0.7.15" }
mwc_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", tag = "0.7.16" }
14 changes: 7 additions & 7 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ tokio = { version = "0.2", features = ["full"] }
thiserror = "1"

# For Release
mwc_core = { git = "https://github.com/mwcproject/mwc-node", version="5.3.4", tag = "5.3.4" }
mwc_keychain = { git = "https://github.com/mwcproject/mwc-node", version="5.3.4", tag = "5.3.4" }
mwc_chain = { git = "https://github.com/mwcproject/mwc-node", version="5.3.4", tag = "5.3.4" }
mwc_util = { git = "https://github.com/mwcproject/mwc-node", version="5.3.4", tag = "5.3.4" }
mwc_api = { git = "https://github.com/mwcproject/mwc-node", version="5.3.4", tag = "5.3.4" }
mwc_store = { git = "https://github.com/mwcproject/mwc-node", version="5.3.4", tag = "5.3.4" }
mwc_p2p = { git = "https://github.com/mwcproject/mwc-node", version="5.3.4", tag = "5.3.4" }
mwc_core = { git = "https://github.com/mwcproject/mwc-node", version="5.3.5", tag = "5.3.5" }
mwc_keychain = { git = "https://github.com/mwcproject/mwc-node", version="5.3.5", tag = "5.3.5" }
mwc_chain = { git = "https://github.com/mwcproject/mwc-node", version="5.3.5", tag = "5.3.5" }
mwc_util = { git = "https://github.com/mwcproject/mwc-node", version="5.3.5", tag = "5.3.5" }
mwc_api = { git = "https://github.com/mwcproject/mwc-node", version="5.3.5", tag = "5.3.5" }
mwc_store = { git = "https://github.com/mwcproject/mwc-node", version="5.3.5", tag = "5.3.5" }
mwc_p2p = { git = "https://github.com/mwcproject/mwc-node", version="5.3.5", tag = "5.3.5" }

# For bleeding edge
#mwc_core = { git = "https://github.com/mwcproject/mwc-node", branch = "5.3.100" }
Expand Down

0 comments on commit 7d647d8

Please sign in to comment.