mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-07-24 13:35:13 +00:00
⬆️ rust-analyzer
This commit is contained in:
parent
61c744d4fd
commit
a2a1d99545
126 changed files with 2098 additions and 904 deletions
|
@ -4,7 +4,7 @@ version = "0.0.0"
|
|||
description = "TBD"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.57"
|
||||
rust-version = "1.65"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
@ -16,7 +16,7 @@ always-assert = { version = "0.1.2", features = ["log"] }
|
|||
# Think twice before adding anything here
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
miow = "0.4.0"
|
||||
miow = "0.5.0"
|
||||
winapi = { version = "0.3.9", features = ["winerror"] }
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue