File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoind"
3- version = " 0.35.2 "
3+ version = " 0.36.0 "
44authors = [" Riccardo Casatta <riccardo@casatta.it>" ]
55description = " Utility to run a regtest bitcoind process, useful in integration testing environment"
66license = " MIT"
@@ -11,7 +11,7 @@ edition = "2018"
1111categories = [" cryptography::cryptocurrencies" , " development-tools::testing" ]
1212
1313[dependencies ]
14- bitcoincore-rpc = { version = " >= 0.17.0, <= 0.19 " }
14+ bitcoincore-rpc = { version = " 0.19 " , features = [ " rand " ] }
1515log = " 0.4"
1616which = " 4.2.5"
1717anyhow = " 1.0.66"
@@ -53,3 +53,7 @@ anyhow = "1.0.66"
5353[package .metadata .docs .rs ]
5454features = [" download" , " doc" ]
5555rustdoc-args = [" --cfg" , " docsrs" ]
56+
57+ [patch .crates-io .bitcoincore-rpc ]
58+ git = " https://github.com/tcharding/rust-bitcoincore-rpc"
59+ branch = " 05-01-release-0.19.0"
You can’t perform that action at this time.
0 commit comments