Update MSRV to Rust 1.86.0

This commit is contained in:
Chayim Refael Friedman 2025-04-10 11:06:09 +03:00
parent d711d0a19a
commit 8e3f82205c

View file

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