cargo-mutants 1.2.3 #124
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
-
New
--error
option, to cause functions returningResult
to be mutated to return the specified error.New
--no-config
option, to disable reading.cargo/mutants.toml
.Mutate functions returning
String
toString::new()
rather than"".into()
: same result but a bit more idiomatic.New
--leak-dirs
option, for debugging cargo-mutants.Update to syn 2.0, adding support for new Rust syntax.
Minimum supported Rust version increased to 1.65 due to changes in dependencies.
This discussion was created from the release cargo-mutants 1.2.3.
Beta Was this translation helpful? Give feedback.
All reactions