From 56cd42f108b7e5fe297587198c78e2700b843b1a Mon Sep 17 00:00:00 2001 From: Vojtech Kral Date: Thu, 11 Apr 2024 14:51:24 +0200 Subject: [PATCH] Bump MSRV to 1.69 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8879367..a8a74e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license.workspace = true keywords.workspace = true edition = "2021" -rust-version = "1.65" +rust-version = "1.69" [[bin]] name = "cargo-fixture"