mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-15 21:34:19 +00:00
Downgrade some deps to get rif of windows-sys duplication
This commit is contained in:
parent
8823db6c78
commit
0953e85b59
4 changed files with 34 additions and 57 deletions
|
|
@ -15,7 +15,8 @@ doctest = false
|
|||
tracing = "0.1.35"
|
||||
walkdir = "2.3.2"
|
||||
crossbeam-channel = "0.5.5"
|
||||
notify = "6.0.1"
|
||||
# We demand 5.1.0 as any higher version pulls in a new windows-sys dupe
|
||||
notify = "=5.1.0"
|
||||
|
||||
stdx.workspace = true
|
||||
vfs.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue