From 8e3f82205cf30d4fc613511c3033f5eaf3cc6012 Mon Sep 17 00:00:00 2001 From: Chayim Refael Friedman Date: Thu, 10 Apr 2025 11:06:09 +0300 Subject: [PATCH] Update MSRV to Rust 1.86.0 --- src/tools/rust-analyzer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/Cargo.toml index d9c57b4e44da..d6f9a131931e 100644 --- a/src/tools/rust-analyzer/Cargo.toml +++ b/src/tools/rust-analyzer/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["crates/proc-macro-srv/proc-macro-test/imp"] resolver = "2" [workspace.package] -rust-version = "1.85" +rust-version = "1.86" edition = "2024" license = "MIT OR Apache-2.0" authors = ["rust-analyzer team"]