Skip to content

v25.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 14:56
· 2 commits to main since this release
  • New: Additional mutation patterns: delete match arms if there is a default arm, and replace if guards from match arms with true and false.

  • Changed: Show more type parameters in mutant names, like impl From<&str> for Foo rather than impl From for Foo.

  • Fixed: Support crates that use a non-default Cargo registry. Previously, cargo metadata failed with "registry index was not found."

  • Improved: Warn if --jobs is set higher than 8, which is likely to be too high.

  • Improved: Don't warn about expected/harmless exit codes from Nextest.