File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoind"
3- version = " 0.28.1 "
3+ version = " 0.29.0 "
44authors = [" Riccardo Casatta <riccardo@casatta.it>" ]
55description = " Utility to run a regtest bitcoind process, useful in integration testing environment"
66license = " MIT"
77repository = " https://github.com/RCasatta/bitcoind"
88documentation = " https://docs.rs/bitcoind/"
9- rust-version = " 1.57 "
9+ rust-version = " 1.41.1 " # without features, with any feature is 1.57
1010edition = " 2018"
1111
1212[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 {
295295 conf_args
296296 ) ;
297297
298- #[ allow( clippy:: needless_borrow) ] // would break 1.41.1 if fixed
299298 let mut process = Command :: new ( exe. as_ref ( ) )
300299 . args ( & default_args)
301300 . args ( & p2p_args)
You can’t perform that action at this time.
0 commit comments