Skip to content

Commit 4fad330

Browse files
committed
Auto merge of rust-lang#15280 - lnicola:bump-rust-version, r=lnicola
minor: Bump rust-version to 1.70 and use the workspace one in xtask CC rust-lang/rust-analyzer#15279
2 parents f4b5c7c + 424da10 commit 4fad330

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)