Skip to content

Commit

Permalink
bump bitcoin crate to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 12, 2024
1 parent 7d647d8 commit 0031cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 4 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 libwallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bigdecimal = "0.4.2"
#libp2p = { path = "../../rust-libp2p", 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"] }
#bitcoin = { version = "0.27", path = "../../rust-bitcoin", features = ["bitcoinconsensus"] }
mwc-bitcoin = { git = "https://github.com/mwcproject/rust-bitcoin", version = "0.27", branch = "zkp", features = ["bitcoinconsensus"] }
mwc-bitcoin = { git = "https://github.com/mwcproject/rust-bitcoin", version = "0.27.1", branch = "zkp", features = ["bitcoinconsensus"] }
#bch = { path = "../../rust-bch" }
mwc-bch = { git = "https://github.com/mwcproject/rust-bch", version = "0.2.0", branch = "master" }
#web3 = { version = "0.15.0", default-features = false, features = ["ws-tls-async-std", "signing"] }
Expand Down

0 comments on commit 0031cf7

Please sign in to comment.