File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ use-serde = ["serde", "bitcoin/use-serde"]
21
21
rand = [" bitcoin/rand" ]
22
22
23
23
[dependencies ]
24
+ # TODO: Until rust-bitcoin/rust-bitcoin#690 is released
24
25
bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin" , default-features = false }
25
26
serde = { version = " 1.0" , optional = true }
26
27
hashbrown = { version = " 0.11" , optional = true }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ miniscript = {path = "../"}
8
8
9
9
# Until 0.26 support is released on rust-bitcoincore-rpc
10
10
bitcoincore-rpc = {git = " https://github.com/sanket1729/rust-bitcoincore-rpc" ,rev = " 1ee9a3e808815702ac1a4b974689fcb33b5648c3" }
11
- bitcoin = { version = " 0.28" , features = [" rand" ]}
11
+ # TODO: Until rust-bitcoin/rust-bitcoin#690 is released
12
+ bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin" , features = [" rand" ]}
12
13
log = " 0.4"
13
14
rand = " 0.8.4"
You can’t perform that action at this time.
0 commit comments