File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 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"]
2121rand = [" bitcoin/rand" ]
2222
2323[dependencies ]
24+ # TODO: Until rust-bitcoin/rust-bitcoin#690 is released
2425bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin" , default-features = false }
2526serde = { version = " 1.0" , optional = true }
2627hashbrown = { version = " 0.11" , optional = true }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ miniscript = {path = "../"}
88
99# Until 0.26 support is released on rust-bitcoincore-rpc
1010bitcoincore-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" ]}
1213log = " 0.4"
1314rand = " 0.8.4"
You can’t perform that action at this time.
0 commit comments