Skip to content

Commit dd32842

Browse files
committed
WIP: Depend on latest bitcoincore-rpc
1 parent 7694749 commit dd32842

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoind"
3-
version = "0.35.2"
3+
version = "0.36.0"
44
authors = ["Riccardo Casatta <[email protected]>"]
55
description = "Utility to run a regtest bitcoind process, useful in integration testing environment"
66
license = "MIT"
@@ -11,7 +11,7 @@ edition = "2018"
1111
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
1212

1313
[dependencies]
14-
bitcoincore-rpc = { version = ">= 0.17.0, <= 0.19" }
14+
bitcoincore-rpc = { version = "0.19", features = ["rand"] }
1515
log = "0.4"
1616
which = "4.2.5"
1717
anyhow = "1.0.66"
@@ -53,3 +53,7 @@ anyhow = "1.0.66"
5353
[package.metadata.docs.rs]
5454
features = ["download", "doc"]
5555
rustdoc-args = ["--cfg", "docsrs"]
56+
57+
[patch.crates-io.bitcoincore-rpc]
58+
git = "https://github.com/tcharding/rust-bitcoincore-rpc"
59+
branch = "05-01-release-0.19.0"

0 commit comments

Comments
 (0)