File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license = "MIT"
14
14
[dependencies ]
15
15
bitcoin_hashes = { version = " 0.14" , optional = true }
16
16
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 }
18
18
redb = { version = " 1.0" , optional = true }
19
19
hashbrown = { version = " 0.14" , optional = true }
20
20
@@ -28,7 +28,7 @@ slice_cache = ["dep:hashbrown"]
28
28
29
29
[dev-dependencies ]
30
30
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" ] }
32
32
bitcoin-test-data = " 0.2.0"
33
33
tempfile = " 3.4.0"
34
34
You can’t perform that action at this time.
0 commit comments