From 4a8634462f62d2325066daec769e7e102161bbbf Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 May 2025 10:10:26 -0500 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 a0dcc5b..5121285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-branch-stash.git" edition = "2021" -rust-version = "1.76" # MSRV +rust-version = "1.80" # MSRV include = [ "build.rs", "src/**/*",