Added
- Expanded version information:
cargo nextest -Vnow shows commit and date information similar torustcandcargo, andcargo nextest --versionshows 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 metadataparsing with renamed packages (#1746).