Skip to content

nextest-metadata 0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 00:43
· 1761 commits to main since this release

Added

  • A new wrapper for test binary IDs, RustBinaryId. This wrapper has a custom Ord implementation to ensure that binary IDs are sorted in a reasonable way for cargo nextest list output.

Changed

  • Existing uses of test binary IDs have been changed from String to RustBinaryId.
  • MSRV updated to Rust 1.64.