From 4ba3e6a7ab10bad6349b88f118d22c757e8cbb95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:27:19 +0000 Subject: [PATCH] chore(deps): update msrv (3 versions) to v1.87 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a19678c213a..df6840ac576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ ] [workspace.package] -rust-version = "1.86" # MSRV:3 +rust-version = "1.87" # MSRV:3 edition = "2024" license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-lang/cargo"