From f649463ce83f9f6fa734350a3c3c6be6411a24cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:25:53 +0000 Subject: [PATCH] chore(deps): update msrv (1 version) to v1.75.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4d095ee8022..2b61f279d89b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ ] [workspace.package] -rust-version = "1.73" # MSRV:1 +rust-version = "1.75.0" # MSRV:1 edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-lang/cargo"