Skip to content

Commit 778e65e

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ miniscript = {path = "../"}
88

99
# Until 0.26 support is released on rust-bitcoincore-rpc
1010
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"]}
1213
log = "0.4"
1314
rand = "0.8.4"

0 commit comments

Comments
 (0)