Skip to content

Commit 0a0db43

Browse files
committed
Update secp256k1 dependency to use PR rust-bitcoin/rust-secp256k1#721
1 parent 06a6c15 commit 0a0db43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2018"
66

77
[dependencies]
88
bitcoincore-rpc = { path = "../client", features = ["rand"] }
9-
bitcoin = { version = "0.32.0", features = ["serde", "rand"] }
9+
bitcoin = { git = "https://github.com/jlest01/rust-bitcoin.git", branch = "bip352-silentpayments-module-v0", features = ["serde", "rand"] }
1010
lazy_static = "1.4.0"
1111
log = "0.4"

json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ rand = ["bitcoin/rand-std"]
2727
serde = { version = "1", features = [ "derive" ] }
2828
serde_json = "1"
2929

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

0 commit comments

Comments
 (0)