From c9959fd0fcb8b606546f59eb6bd7ed3d199f72d9 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 25 Feb 2024 12:36:22 -0800 Subject: [PATCH] chore: Release --- CITATION.cff | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 33b0d75e..4f5cb14f 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.2.0 +version: 24.2.1 diff --git a/Cargo.lock b/Cargo.lock index da96f486..35035647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "cargo-mutants" -version = "24.2.0" +version = "24.2.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b423916b..aabb3a66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mutants" -version = "24.2.0" +version = "24.2.1" edition = "2021" authors = ["Martin Pool"] license = "MIT" diff --git a/NEWS.md b/NEWS.md index 3ff161de..f0ecb032 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ ## Unreleased +## 24.2.1 + - New: `--features`, `--no-default-features` and `--all-features` options are passed through to Cargo. - Changed: Minimum Rust version (to build cargo-mutants, not to use it) increased to 1.73.