Skip to content

Commit bdf26d1

Browse files
committed
Update secp256k1 dependency to use PR rust-bitcoin/rust-secp256k1#721
1 parent 77ff1cc commit bdf26d1

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

Cargo.lock

+6-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ spec = "internal/config_specification.toml"
2222

2323
[dependencies]
2424
anyhow = "1.0"
25-
bitcoin = { version = "0.32.2", features = ["serde", "rand-std"] }
26-
bitcoin_slices = { version = "0.8", features = ["bitcoin", "sha2"] }
27-
bitcoincore-rpc = { version = "0.19.0" }
25+
bitcoin = { git = "https://github.com/jlest01/rust-bitcoin.git", branch = "bip352-silentpayments-module-v0", features = ["serde", "rand-std"] }
26+
bitcoin_slices = { git = "https://github.com/jlest01/bitcoin_slices.git", branch = "bip352-silentpayments-module-v0", features = ["bitcoin", "sha2"] }
27+
bitcoincore-rpc = { git = "https://github.com/jlest01/rust-bitcoincore-rpc.git", branch = "bip352-silentpayments-module-v0" }
2828
configure_me = "0.4"
2929
crossbeam-channel = "0.5"
3030
dirs-next = "2.0"

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.63.0"
2+
channel = "1.70.0"
33
components = [ "rustfmt" ]

0 commit comments

Comments
 (0)