about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2023-12-29 22:58:50 +0900
committerTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2023-12-29 23:23:34 +0900
commit25444cdd04eb07d4500be73b82eb3bd4f3eec8c5 (patch)
treeaa0f3619e6a86792d624351f5bef7cd1d53b0404
parent3ab166637046ab254b11b13ff9108d86b6ed5703 (diff)
downloadrust-25444cdd04eb07d4500be73b82eb3bd4f3eec8c5.tar.gz
rust-25444cdd04eb07d4500be73b82eb3bd4f3eec8c5.zip
Bump rust-version to 1.74
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4cff420bcb..80dfb75920f 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"]