From 4aeb04899ebdca67883fa430ce6736d62bf0dfa8 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 26 Nov 2024 09:16:29 +1100 Subject: [PATCH] Use new corepc-node crate We just re-named and move the crate/repo from `rust-bitcoind-json` to `corepc`. Use the new name For context see: https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/pull/51 --- bitcoind-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoind-tests/Cargo.toml b/bitcoind-tests/Cargo.toml index 25ed2e787..02450bb1f 100644 --- a/bitcoind-tests/Cargo.toml +++ b/bitcoind-tests/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] miniscript = {path = "../"} -bitcoind = { package = "bitcoind-json-rpc-regtest", version = "0.3.0" } +bitcoind = { package = "corepc-node", version = "0.4.0", default-features = false } actual-rand = { package = "rand", version = "0.8.4"} secp256k1 = {version = "0.29.0", features = ["rand-std"]}