File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoind"
3
- version = " 0.28.1 "
3
+ version = " 0.29.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"
7
7
repository = " https://github.com/RCasatta/bitcoind"
8
8
documentation = " https://docs.rs/bitcoind/"
9
- rust-version = " 1.57 "
9
+ rust-version = " 1.41.1 " # without features, with any feature is 1.57
10
10
edition = " 2018"
11
11
12
12
[dependencies ]
Original file line number Diff line number Diff line change
1
+ msrv = " 1.41.1"
Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ impl BitcoinD {
295
295
conf_args
296
296
) ;
297
297
298
- #[ allow( clippy:: needless_borrow) ] // would break 1.41.1 if fixed
299
298
let mut process = Command :: new ( exe. as_ref ( ) )
300
299
. args ( & default_args)
301
300
. args ( & p2p_args)
You can’t perform that action at this time.
0 commit comments