From e30321b59e2fb921f4339188dfbec2cc4a933b87 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:44:43 -0500 Subject: [PATCH] bump MSRV to 1.75.0 now that Homebrew supports it --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01076f4ae..283ba5cac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "parser-implementations"] license = "MIT OR Unlicense" autotests = false edition = "2021" -rust-version = "1.74.0" +rust-version = "1.75.0" autobins = false include = [ "src/**/*",