Added
- Support for filtering test archives by binary. The
cargo nextest archivecommand now accepts filter expressions, though test-level predicates (liketest(...)) are not supported since binaries are not executed during archiving. - New method
FiltersetLeaf::is_runtime_only()to check if a filter leaf requires runtime evaluation.
Changed
- MSRV updated to Rust 1.87.
- Error messages improved for banned predicates in different contexts.