From 824cd8e2ff208934449e84ece5ddb2c1ee2af13e Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 5 Jul 2024 07:04:00 -0700 Subject: [PATCH] chore: Release --- CITATION.cff | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 898bead4..5fb1705c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,4 +18,4 @@ message: Please cite this project using these information. repository-code: https://github.com/sourcefrog/cargo-mutants title: cargo-mutants url: https://mutants.rs/ -version: 24.5.0 +version: 24.7.0 diff --git a/Cargo.lock b/Cargo.lock index 18185384..ae8d8084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "cargo-mutants" -version = "24.5.0" +version = "24.7.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 8d606993..87edf484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mutants" -version = "24.5.0" +version = "24.7.0" edition = "2021" authors = ["Martin Pool"] license = "MIT" diff --git a/NEWS.md b/NEWS.md index be0d8c6c..35f96b0d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # cargo-mutants changelog -## Unreleased +## 24.7.0 - Fixed: The auto-set timeout for building mutants is now 2 times the baseline build time times the number of jobs, with a minimum of 20 seconds. This was changed because builds of mutants contend with each other for access to CPUs and may be slower than the baseline build.