File tree 2 files changed +6
-1
lines changed
2 files changed +6
-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 @@ -10,4 +10,8 @@ miniscript = {path = "../"}
10
10
bitcoincore-rpc = {git = " https://github.com/sanket1729/rust-bitcoincore-rpc" ,rev = " 1ee9a3e808815702ac1a4b974689fcb33b5648c3" }
11
11
bitcoin = { version = " 0.28" , features = [" rand" ]}
12
12
log = " 0.4"
13
- rand = " 0.8.4"
13
+ rand = " 0.8.4"
14
+
15
+ [patch .crates-io ]
16
+ # TODO: Until rust-bitcoin/rust-bitcoin#690 is released
17
+ bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin" , features = [" rand" ]}
You can’t perform that action at this time.
0 commit comments