Skip to content

Commit 148112c

Browse files
committed
Merge #363: Hacky Fix for int CI failure
fed892f Hacky Fix for int CI failure (sanket1729) Pull request description: While we await rust-bitcoincore-rpc release, let's have this to make sure that integrationt tests run and we get a nice green checkmark. I really don't like seeing a red cross on all PRs :) ACKs for top commit: apoelstra: ACK fed892f Tree-SHA512: 5544032954fed675366a1f862ff40ef74369a822da8f369a90c222fbc779adcd65b8e9aabf86c611e21f20e6795ae1564f09f8bdc91db7b5a631ad5670917022
2 parents 70191e5 + fed892f commit 148112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Steven Roose <[email protected]>", "Sanket K <sanket1729@gmail.
77
miniscript = {path = "../"}
88

99
# Until 0.26 support is released on rust-bitcoincore-rpc
10-
bitcoincore-rpc = {git = "https://github.com/sanket1729/rust-bitcoincore-rpc",rev = "bcc35944b3dd636cdff9710f90f8e0cfcab28f27"}
10+
bitcoincore-rpc = {git = "https://github.com/sanket1729/rust-bitcoincore-rpc",rev = "1ee9a3e808815702ac1a4b974689fcb33b5648c3"}
1111
bitcoin = {ver = "0.28.0-rc.1", features = ["rand"]}
1212
log = "0.4"
1313
rand = "0.8.4"

0 commit comments

Comments
 (0)