Skip to content

Commit

Permalink
Auto merge of rust-lang#15280 - lnicola:bump-rust-version, r=lnicola
Browse files Browse the repository at this point in the history
minor: Bump rust-version to 1.70 and use the workspace one in xtask

CC rust-lang/rust-analyzer#15279
  • Loading branch information
bors committed Jul 16, 2023
2 parents f4b5c7c + 424da10 commit 4fad330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fad330

Please sign in to comment.