cargo-mutants 1.2.3
·
1289 commits
to main
since this release
-
New
--erroroption, to cause functions returningResultto be mutated to return the specified error. -
New
--no-configoption, to disable reading.cargo/mutants.toml. -
Mutate functions returning
StringtoString::new()rather than"".into(): same result but a bit more idiomatic. -
New
--leak-dirsoption, 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.