Releases: nextest-rs/nextest
Releases · nextest-rs/nextest
cargo-nextest 0.9.61-rc.2
This is a test release.
cargo-nextest 0.9.61-rc.1
This is a test release.
nextest-runner 0.47.0
See the changelog for cargo-nextest 0.9.59.
nextest-metadata 0.9.2
Added
- New exit code
SETUP_SCRIPT_FAILED
: A setup script failed to execute.
Changed
- MSRV updated to Rust 1.70.
cargo-nextest 0.9.59
Added
- Experimental support for setup scripts. Please try them out, and provide feedback in the tracking issue!
- Support for newer error messages generated by Rust 1.73.
Fixed
deps()
andrdeps()
predicates in per-test overrides were previously not working correctly. With this version they now work.
nextest-runner 0.46.0
See the changelog for cargo-nextest 0.9.58.
cargo-nextest 0.9.58
Added
- Per-test overrides can now be filtered separately by host and target platforms.
- New
--cargo-quiet
and--cargo-verbose
options to control Cargo's quiet and verbose output options. Thanks Oliver Tale-Yazdi for your first contribution!
Fixed
- Improved color support by pulling in zkat/supports-color#14. Now nextest should produce color more often when invoked over SSH.
cargo-nextest 0.9.58-rc.2
This is a test release.
cargo-nextest 0.9.58-rc.1
This is a test release.
nextest-runner 0.45.0
See the changelog for cargo-nextest 0.9.57.