Skip to content

cargo-nextest 0.9.137

Choose a tag to compare

@github-actions github-actions released this 26 May 21:12
Immutable release. Only release title and notes can be modified.

Changed

  • CLI --help descriptions, configuration-reference docs, and JSON schema descriptions now use consistent language and voice. (#3366)

Fixed

  • Filterset expressions like not(test(foo)), all()and(test(foo)), and all()or(test(foo)), where not, and, or or is immediately followed by an opening parenthesis, now parse correctly. Previously, a separating space was required. (#3367)