Skip to content

v24.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 03:26
· 654 commits to main since this release
v24.1.0
ac5ffb4
  • New! cargo mutants --test-tool nextest, or test_tool = "nextest" in .cargo/mutants.toml runs tests under Nextest. Some trees have tests that only work under Nextest, and this allows them to be tested. In other cases Nextest may be significantly faster, because it will exit soon after the first test failure.

  • Fixed: Fixed spurious "Patch input contains repeated filenames" error when --in-diff is given a patch that deletes multiple files.

Download through cargo install, cargo binstall or https://github.com/sourcefrog/cargo-mutants/releases/tag/v24.1.0


Install cargo-mutants 24.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.0/cargo-mutants-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.0/cargo-mutants-installer.ps1 | iex

Download cargo-mutants 24.1.0

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