Skip to content

Commit

Permalink
WIP: Depend on latest bitcoincore-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed May 13, 2024
1 parent 7694749 commit dd32842
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoind"
version = "0.35.2"
version = "0.36.0"
authors = ["Riccardo Casatta <[email protected]>"]
description = "Utility to run a regtest bitcoind process, useful in integration testing environment"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ edition = "2018"
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]

[dependencies]
bitcoincore-rpc = { version = ">= 0.17.0, <= 0.19" }
bitcoincore-rpc = { version = "0.19", features = ["rand"] }
log = "0.4"
which = "4.2.5"
anyhow = "1.0.66"
Expand Down Expand Up @@ -53,3 +53,7 @@ anyhow = "1.0.66"
[package.metadata.docs.rs]
features = ["download", "doc"]
rustdoc-args = ["--cfg", "docsrs"]

[patch.crates-io.bitcoincore-rpc]
git = "https://github.com/tcharding/rust-bitcoincore-rpc"
branch = "05-01-release-0.19.0"

0 comments on commit dd32842

Please sign in to comment.