Skip to content

cargo-nextest 0.9.59

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 18:39
· 587 commits to main since this release

Added

  • Experimental support for setup scripts. Please try them out, and provide feedback in the tracking issue!
  • Support for newer error messages generated by Rust 1.73.

Fixed

  • deps() and rdeps() predicates in per-test overrides were previously not working correctly. With this version they now work.