mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-27 10:17:15 +00:00
Merge pull request #19360 from darichey/msrv-1.85
internal: Require Rust 1.85
This commit is contained in:
commit
256e265d93
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ exclude = ["crates/proc-macro-srv/proc-macro-test/imp"]
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
rust-version = "1.84"
|
||||
rust-version = "1.85"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["rust-analyzer team"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue