nextest-metadata 0.11.0
·
906 commits
to main
since this release
Added
RustBuildMetaSummary
now has a newplatforms
field, which contains information about host and
target platforms. This field is provided by cargo-nextest 0.9.71 and above.
Changed
- MSRV updated to Rust 1.73.
RustBuildMetaSummary::target_platforms
is now deprecated -- use
RustBuildMetaSummary::platforms
if available.