Skip to content

Commit

Permalink
Update secp256k1 dependency to use PR rust-bitcoin/rust-secp256k1#721
Browse files Browse the repository at this point in the history
  • Loading branch information
jlest01 committed Aug 21, 2024
1 parent 06a6c15 commit 0a0db43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2018"

[dependencies]
bitcoincore-rpc = { path = "../client", features = ["rand"] }
bitcoin = { version = "0.32.0", features = ["serde", "rand"] }
bitcoin = { git = "https://github.com/jlest01/rust-bitcoin.git", branch = "bip352-silentpayments-module-v0", features = ["serde", "rand"] }
lazy_static = "1.4.0"
log = "0.4"
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ rand = ["bitcoin/rand-std"]
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"

bitcoin = { version = "0.32.0", features = ["serde"] }
bitcoin = { git = "https://github.com/jlest01/rust-bitcoin.git", branch = "bip352-silentpayments-module-v0", features = ["serde"] }

0 comments on commit 0a0db43

Please sign in to comment.