From 2da1cd1d0911375abb35d4a0f0dd6f0b4680017c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 4 Dec 2024 08:53:38 -0600 Subject: [PATCH] chore: Bump MSRV to 1.80 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bcacd6..8d8b619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" repository = "https://github.com/crate-ci/typos" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.75" # MSRV +rust-version = "1.80" # MSRV include = [ "build.rs", "src/**/*",