Skip to content

nextest-metadata 0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 20:47
· 149 commits to main since this release

Added

  • RustBuildMetaSummary now has a new platforms 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.