Skip to content

Commit 424da10

Browse files
committed
Bump rust-version to 1.70 and use the workspace one in xtask
1 parent c7ce8ad commit 424da10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["crates/proc-macro-test/imp"]
44
resolver = "2"
55

66
[workspace.package]
7-
rust-version = "1.66"
7+
rust-version = "1.70"
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
authors = ["rust-analyzer team"]

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
publish = false
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.65"
7+
rust-version.workspace = true
88

99
[dependencies]
1010
anyhow = "1.0.62"

0 commit comments

Comments
 (0)