mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Update several crates to bring support for the new Tier 3 Windows targets
This commit is contained in:
parent
45ec315e01
commit
46417add8d
2 changed files with 54 additions and 40 deletions
|
@ -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