Skip to content

Commit 2264e3e

Browse files
build(deps): update bitcoind requirement from 0.38.0 to 0.39.0
Updates the requirements on [bitcoind](https://github.com/rust-bitcoin/corepc) to permit the latest version. - [Commits](rust-bitcoin/corepc@bitcoind-0.38.0...bitcoind-0.39.0) --- updated-dependencies: - dependency-name: bitcoind dependency-version: 0.39.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9eb45b commit 2264e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hex-conservative = { version = "0.2.1" } # blame: corepc-node
2121
[dev-dependencies]
2222
anyhow = { version = "1.0.66" }
2323
bdk_bitcoind_client = { path = ".", default-features = false, features = ["bitreq", "29_0"] }
24-
bitcoind = { version = "0.38.0", features = ["download", "29_0"] }
24+
bitcoind = { version = "0.39.0", features = ["download", "29_0"] }
2525

2626
# These pins are needed for `Cargo-minimal.lock`:
2727
tar = { version = "0.4.43" } # blame: corepc-node

0 commit comments

Comments
 (0)