From 25444cdd04eb07d4500be73b82eb3bd4f3eec8c5 Mon Sep 17 00:00:00 2001 From: Tetsuharu Ohzeki Date: Fri, 29 Dec 2023 22:58:50 +0900 Subject: [PATCH] Bump rust-version to 1.74 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4cff420bc..80dfb75920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["crates/proc-macro-srv/proc-macro-test/"] resolver = "2" [workspace.package] -rust-version = "1.70" +rust-version = "1.74" edition = "2021" license = "MIT OR Apache-2.0" authors = ["rust-analyzer team"]