about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChayim Refael Friedman <chayimfr@gmail.com>2025-07-09 18:41:33 +0000
committerGitHub <noreply@github.com>2025-07-09 18:41:33 +0000
commit56f1403319145bd411b545dd9146c53fbcd57410 (patch)
treed099c7e6e50617257c3a4757521e4f85cba7a4ce
parentee407b5ced8e6c5992b1c8dc6296ca07f6f7d6c0 (diff)
parentc246e06240deac5d7789d4d82734f2a6890eff6a (diff)
Merge pull request #20214 from rust-lang/update-msrv
Update MSRV to 1.88.0
-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 d268ce5b0bb..c7b78ec7131 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.86"
+rust-version = "1.88"
 edition = "2024"
 license = "MIT OR Apache-2.0"
 authors = ["rust-analyzer team"]