From ae7547357804f49116668e20f47507acdfe66397 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 16 Sep 2024 18:45:54 -0500 Subject: [PATCH] chore: Bump MSRV to 1.79 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4512e278b..e6a4b8273 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" repository = "https://github.com/crate-ci/cargo-release" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.78" # MSRV +rust-version = "1.79" # MSRV include = [ "build.rs", "src/**/*",