Thanks to Guiguiprim for their contributions to this release!
This release is compatible with cargo-nextest 0.9.10 and later.
Added
- Lists now contain the
build-platformvariable, introduced in cargo-nextest 0.9.10. - Support for listing binaries without querying them for the tests they contain.
Changed
- Fields common to test and binary lists have been factored out into a separate struct,
RustTestBinarySummary. The struct is marked with#[serde(flatten)]so the JSON representation stays the same.