mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-02-13 12:43:38 +00:00
Auto merge of #15280 - lnicola:bump-rust-version, r=lnicola
minor: Bump rust-version to 1.70 and use the workspace one in xtask CC https://github.com/rust-lang/rust-analyzer/issues/15279
This commit is contained in:
commit
4fad3301b1
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue