From 63c38f6e077529e734e04b5eb45a8515d07a906c Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Wed, 21 Jan 2026 13:57:12 +0000 Subject: [PATCH] test: Bump `bitcoind` version to `29.0` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ef00f77..50aeca76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ tokio = { version = "1.19", default-features = false, features = [ ] } [dev-dependencies] -corepc-node = { version = "0.10.0", default-features = false, features = [ - "28_0", "download" +corepc-node = { version = "0.10.1", default-features = false, features = [ + "29_0", "download" ] } hex = { version = "0.4.0" } serde = { version = "1.0.219", features = ["derive"]}