Skip to content

Commit f8855d1

Browse files
committed
Temporary fix until #690 is released
1 parent d648290 commit f8855d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ use-serde = ["serde", "bitcoin/use-serde"]
2121
rand = ["bitcoin/rand"]
2222

2323
[dependencies]
24+
# TODO: Until rust-bitcoin/rust-bitcoin#690 is released
2425
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", default-features = false }
2526
serde = { version = "1.0", optional = true }
2627
hashbrown = { version = "0.11", optional = true }

integration_test/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ miniscript = {path = "../"}
1010
bitcoincore-rpc = {git = "https://github.com/sanket1729/rust-bitcoincore-rpc",rev = "1ee9a3e808815702ac1a4b974689fcb33b5648c3"}
1111
bitcoin = { version = "0.28", features = ["rand"]}
1212
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"]}

0 commit comments

Comments
 (0)