From 5b2446ec07611bc3cfa69ff0754c521f8f1e0f58 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 `30.2` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ef00f77..7a1de296 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.12.0", default-features = false, features = [ + "30_2", "download" ] } hex = { version = "0.4.0" } serde = { version = "1.0.219", features = ["derive"]}