- New: Colored output can be enabled in CI or other noninteractive situations by passing
--colors=always
, or setting CARGO_TERM_COLOR=always
, or CLICOLOR_FORCE=1
. Colors can similarly be forced off with --colors=never
, CARGO_TERM_COLOR=never
, or NO_COLOR=1
.
Install cargo-mutants 24.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sourcefrog/cargo-mutants/releases/download/v24.2.0/cargo-mutants-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/sourcefrog/cargo-mutants/releases/download/v24.2.0/cargo-mutants-installer.ps1 | iex
Download cargo-mutants 24.2.0