Skip to content

Commit fed892f

Browse files
committed
Hacky Fix for int CI failure
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 :)
1 parent 70191e5 commit fed892f

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)