From a64156253e10dd2f3bf4cfa0f793954441ca2478 Mon Sep 17 00:00:00 2001 From: David Richey Date: Fri, 14 Mar 2025 16:55:24 -0500 Subject: [PATCH] Require Rust 1.85 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7dd5f2bb1f..e9d70bea34 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.84" +rust-version = "1.85" edition = "2021" license = "MIT OR Apache-2.0" authors = ["rust-analyzer team"]