cargo-mutants 23.5.0 #129
sourcefrog
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"Pickled crab"
cargo mutants
can now successfully test packages that transitively depend on a different version of themselves, such asitertools
. Previously, cargo-mutants used the cargo--package
option, which is ambiguous in this case, and now it uses--manifest-path
instead. fails on packages like itertools that recursively depend on themselves #117Mutate functions returning
&'_ str
(whether a lifetime is named or not) to return"xyzzy"
and""
.Switch to CalVer numbering.
This discussion was created from the release cargo-mutants 23.5.0.
Beta Was this translation helpful? Give feedback.
All reactions