Skip to content

Commit d22b558

Browse files
committed
Merge #779: Use new corepc-node crate
4aeb048 Use new corepc-node crate (Tobin C. Harding) Pull request description: 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 ACKs for top commit: apoelstra: ACK 4aeb048; successfully ran local tests Tree-SHA512: fcf81d79065bcffbc594e8fbf04ac0c658c719e585387b98dda5e60fb7aceed9beecc784e0754df3cee1c844831836ca326ab6e18c2c091035128835eae7ded0
2 parents fd28e86 + 4aeb048 commit d22b558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoind-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)