Added
-
Archives can now include extra paths in them. For example:
[profile.default] archive.include = [ { path = "my-extra-path", relative-to = "target" } ]
For more information, see Adding extra files to an archive.
Thanks to @rukai for your first contribution!
-
You can now pass in
--cargo-quiettwice to completely discard standard error for the Cargo
commands run by nextest. This is equivalent to2> /dev/null.
Fixed
- The initial
cargo metadataexecution now passes in--frozen,--locked,--offlineand--quietif the corresponding flags are passed into nextest. - Previously,
NEXTEST_HIDE_PROGRESS_BAR=1did not work (onlyNEXTEST_HIDE_PROGRESS_BAR=true
did). Now both1andtruework.
Changed
- Updated MSRV for compiling nextest to Rust 1.74.