Skip to content

Commit 4aeb048

Browse files
committed
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: rust-bitcoin/rust-bitcoind-json-rpc#51
1 parent fd28e86 commit 4aeb048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoind-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
miniscript = {path = "../"}
12-
bitcoind = { package = "bitcoind-json-rpc-regtest", version = "0.3.0" }
12+
bitcoind = { package = "corepc-node", version = "0.4.0", default-features = false }
1313
actual-rand = { package = "rand", version = "0.8.4"}
1414
secp256k1 = {version = "0.29.0", features = ["rand-std"]}
1515

0 commit comments

Comments
 (0)