Skip to content

Commit

Permalink
Use new corepc-node crate
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tcharding committed Nov 25, 2024
1 parent fd28e86 commit 4aeb048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoind-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

Expand Down

0 comments on commit 4aeb048

Please sign in to comment.