From d74f5851316ecd05deb1703470add5ee35c53415 Mon Sep 17 00:00:00 2001 From: nwrenger Date: Sun, 31 Mar 2024 00:49:36 +0100 Subject: [PATCH] :wrench: Updated MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0f7006..0fa4e6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" edition = "2021" keywords = ["editor", "file", "project", "shortcuts", "tool"] categories = ["command-line-utilities", "text-editors"] -rust-version = "1.70.0" +rust-version = "1.67.1" [profile.release] lto = "thin"