File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoind"
3
- version = " 0.35.2 "
3
+ version = " 0.36.0 "
4
4
authors = [
" Riccardo Casatta <[email protected] >" ]
5
5
description = " Utility to run a regtest bitcoind process, useful in integration testing environment"
6
6
license = " MIT"
@@ -11,7 +11,7 @@ edition = "2018"
11
11
categories = [" cryptography::cryptocurrencies" , " development-tools::testing" ]
12
12
13
13
[dependencies ]
14
- bitcoincore-rpc = { version = " >= 0.17.0, <= 0.19 " }
14
+ bitcoincore-rpc = { version = " 0.19 " , features = [ " rand " ] }
15
15
log = " 0.4"
16
16
which = " 4.2.5"
17
17
anyhow = " 1.0.66"
@@ -53,3 +53,7 @@ anyhow = "1.0.66"
53
53
[package .metadata .docs .rs ]
54
54
features = [" download" , " doc" ]
55
55
rustdoc-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