Skip to content

Commit 2b73bb2

Browse files
committed
integration_test: Use latest bitcoin release
Change the version of bitcoin to the latest 0.28 release.
1 parent 709d641 commit 2b73bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ 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 = {ver = "0.28.0-rc.1", features = ["rand"]}
11+
bitcoin = { version = "0.28", features = ["rand"]}
1212
log = "0.4"
1313
rand = "0.8.4"

0 commit comments

Comments
 (0)