From 73122ea5a1b014964c8ffe0cb509db0b101be6bf Mon Sep 17 00:00:00 2001 From: Chayim Refael Friedman Date: Fri, 28 Nov 2025 11:59:40 +0200 Subject: [PATCH] Increase MSRV to 1.91.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 946e54b40b..d263cb121d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["crates/proc-macro-srv/proc-macro-test/imp"] resolver = "2" [workspace.package] -rust-version = "1.88" +rust-version = "1.91" edition = "2024" license = "MIT OR Apache-2.0" authors = ["rust-analyzer team"]