From 00498cbe80bfbe16b6c8e4ba7e2dea6dbf506943 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sat, 27 Aug 2022 12:18:06 -0700 Subject: [PATCH] Declare MSRV 1.58 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 86fc49b4..3958846f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ description = "Find inadequately-tested code that can be removed without any tes repository = "https://github.com/sourcefrog/cargo-mutants" categories = ["development-tools::testing"] keywords = ["testing", "mutants", "cargo", "mutation-testing", "coverage"] +rust-version = "1.58" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html