nextest-metadata 0.8.0
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 customOrd
implementation to ensure that binary IDs are sorted in a reasonable way forcargo nextest list
output.
Changed
- Existing uses of test binary IDs have been changed from
String
toRustBinaryId
. - MSRV updated to Rust 1.64.