From ce5419149d5fb8e1b8549b4908e04960c3e01aac Mon Sep 17 00:00:00 2001 From: Vojtech Kral Date: Thu, 23 May 2024 22:59:24 +0200 Subject: [PATCH] Increase MSRV to 1.74 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f13d260..91d1bd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license.workspace = true keywords.workspace = true edition = "2021" -rust-version = "1.69" +rust-version = "1.74" [[bin]] name = "cargo-fixture"