Skip to content

v25.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:31
· 187 commits to main since this release
v25.2.0
  • New: gitignore config key in .cargo/mutants.toml to control whether .gitignore patterns are respected when copying source trees, corresponding to --gitignore.

  • Changed: The mutant name for mutations of match statements and guard expressions now includes the enclosing function name, for example replace match guard with true in find_path_attribute.