v24.9.0
24.9.0
-
Fixed: Avoid generating empty string elements in
ENCODED_RUSTFLAGSwhen--cap-lintsis set. In some situations these could cause a compiler error complaining about the empty argument. -
New:
--profileoption allows selecting a Cargo profile. In particular, it's recommended that you can use--profile=mutantsand configure a custom profile in yourCargo.tomlto optimize the build for mutants, by turning off debug symbols. -
New:
--iterateoption skips mutants that were previously caught or unviable. -
New: cargo-mutants starts a GNU jobserver, shared across all children, so that running multiple
--jobsdoes not spawn an excessive number of compiler processes. The jobserver is on by default and can be turned off with--jobserver false. -
Fixed: Don't error on diffs containing a "Binary files differ" message.