Skip to content

cargo-mutants 23.5.0

Compare
Choose a tag to compare
@sourcefrog sourcefrog released this 27 May 16:22
· 1052 commits to main since this release
cargo-mutants-23.5.0

"Pickled crab"

  • cargo mutants can now successfully test packages that transitively depend on a different version of themselves, such as itertools. Previously, cargo-mutants used the cargo --package option, which is ambiguous in this case, and now it uses --manifest-path instead. #117

  • Mutate functions returning &'_ str (whether a lifetime is named or not) to return "xyzzy" and "".

  • Switch to CalVer numbering.