Skip to content

v24.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 17:00
· 328 commits to main since this release
v24.1.1
822aff2

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