about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorChayim Refael Friedman <chayimfr@gmail.com>2025-04-10 11:06:09 +0300
committerChayim Refael Friedman <chayimfr@gmail.com>2025-04-10 11:06:09 +0300
commit8e3f82205cf30d4fc613511c3033f5eaf3cc6012 (patch)
tree69e7a8ec32a3a3b2dda92b415a2f8e2526b25004 /src
parentd711d0a19a834fc4aa31946bf86d86f8eb8569f0 (diff)
downloadrust-8e3f82205cf30d4fc613511c3033f5eaf3cc6012.tar.gz
rust-8e3f82205cf30d4fc613511c3033f5eaf3cc6012.zip
Update MSRV to Rust 1.86.0
Diffstat (limited to 'src')
-rw-r--r--src/tools/rust-analyzer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/Cargo.toml
index d9c57b4e44d..d6f9a131931 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"]