about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2023-07-14 16:15:26 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2023-07-14 16:15:26 +0300
commit424da1007711796e5748da1ac15573d89f147f4e (patch)
tree3470d463283074679c1a03b68a9c0120cf050864
parentc7ce8add143571eed89215dccbbe28c45b0d551d (diff)
downloadrust-424da1007711796e5748da1ac15573d89f147f4e.tar.gz
rust-424da1007711796e5748da1ac15573d89f147f4e.zip
Bump rust-version to 1.70 and use the workspace one in xtask
-rw-r--r--Cargo.toml2
-rw-r--r--xtask/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 24889fc1421..f6a50bfa6b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ exclude = ["crates/proc-macro-test/imp"]
 resolver = "2"
 
 [workspace.package]
-rust-version = "1.66"
+rust-version = "1.70"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 authors = ["rust-analyzer team"]
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index b4b294c3099..7a34617e255 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
 publish = false
 license = "MIT OR Apache-2.0"
 edition = "2021"
-rust-version = "1.65"
+rust-version.workspace = true
 
 [dependencies]
 anyhow = "1.0.62"