Merge pull request #20214 from rust-lang/update-msrv

Update MSRV to 1.88.0
This commit is contained in:
Chayim Refael Friedman 2025-07-09 18:41:33 +00:00 committed by GitHub
commit 56f1403319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]