Skip to content

Commit ee774c1

Browse files
committed
Update secp256k1 dependency to use PR rust-bitcoin/rust-secp256k1#721
1 parent 9c36541 commit ee774c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
[dependencies]
1515
bitcoin_hashes = { version = "0.14", optional = true }
1616
sha2 = { version = "0.10", optional = true }
17-
bitcoin = { version = "0.32.0", optional = true }
17+
bitcoin = { git = "https://github.com/jlest01/rust-bitcoin.git", branch = "bip352-silentpayments-module-v0", optional = true }
1818
redb = { version = "1.0", optional = true }
1919
hashbrown = { version = "0.14", optional = true }
2020

@@ -28,7 +28,7 @@ slice_cache = ["dep:hashbrown"]
2828

2929
[dev-dependencies]
3030
hex_lit = { version = "0.1", features = ["rust_v_1_46"] }
31-
bitcoin = { version = "0.32.0", features = ["rand"] }
31+
bitcoin = { git = "https://github.com/jlest01/rust-bitcoin.git", branch = "bip352-silentpayments-module-v0", features = ["rand"] }
3232
bitcoin-test-data = "0.2.0"
3333
tempfile = "3.4.0"
3434

0 commit comments

Comments
 (0)