We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709d641 commit 2b73bb2Copy full SHA for 2b73bb2
integration_test/Cargo.toml
@@ -8,6 +8,6 @@ miniscript = {path = "../"}
8
9
# Until 0.26 support is released on rust-bitcoincore-rpc
10
bitcoincore-rpc = {git = "https://github.com/sanket1729/rust-bitcoincore-rpc",rev = "1ee9a3e808815702ac1a4b974689fcb33b5648c3"}
11
-bitcoin = {ver = "0.28.0-rc.1", features = ["rand"]}
+bitcoin = { version = "0.28", features = ["rand"]}
12
log = "0.4"
13
rand = "0.8.4"
0 commit comments