cargo-nextest 0.9.79-rc.2
Pre-release
Pre-release
github-actions
released this
03 Oct 02:21
·
360 commits
to main
since this release
Added
- Expanded version information:
cargo nextest -V
now shows commit and date information similar torustc
andcargo
, andcargo nextest --version
shows this information in long form.
Fixed
- Nextest will now enable colors by default in more situations, particularly over SSH connections. For more information, see this issue.
- Fixed a case of
cargo metadata
parsing with renamed packages (#1746).