v24.1.1
cargo-mutants 24.1.1
-
New: Mutate
+, -, *, /, %, &, ^, |, <<, >>
binary ops, and their corresponding assignment ops like+=
. -
New:
--baseline=skip
option to skip running tests in an unmutated tree, when they're already been checked externally. -
Changed: Stop generating mutations of
||
and&&
to!=
and||
, because it seems to raise too many low-value false positives that may be hard to test. -
Fixed: Colors in command-line help and error messages.
Install cargo-mutants 24.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.1/cargo-mutants-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.1/cargo-mutants-installer.ps1 | iex
Download cargo-mutants 24.1.1
File | Platform | Checksum |
---|---|---|
cargo-mutants-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
cargo-mutants-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
cargo-mutants-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
cargo-mutants-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |