mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix stale crates that snuck in
This commit is contained in:
parent
36dca8de93
commit
b81548c73a
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ doctest = false
|
|||
[dependencies]
|
||||
log = "0.4.5"
|
||||
rustc-hash = "1.0"
|
||||
parking_lot = "0.9.0"
|
||||
parking_lot = "0.10.0"
|
||||
ena = "0.13"
|
||||
|
||||
ra_syntax = { path = "../ra_syntax" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue