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 9c36541 commit ee774c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT"
[dependencies]
bitcoin_hashes = { version = "0.14", optional = true }
sha2 = { version = "0.10", optional = true }
bitcoin = { version = "0.32.0", optional = true }
bitcoin = { git = "https://github.com/jlest01/rust-bitcoin.git", branch = "bip352-silentpayments-module-v0", optional = true }
redb = { version = "1.0", optional = true }
hashbrown = { version = "0.14", optional = true }

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

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

Expand Down

0 comments on commit ee774c1

Please sign in to comment.