From 374b9f3c71e88d61e054cbb853aa77cd87ec58de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:51:09 +0000 Subject: [PATCH] chore(deps): Update MSRV to v1.74 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d86fcd..61af28d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.73" # MSRV +rust-version = "1.74" # MSRV include = [ "build.rs", "src/**/*",