mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-18 17:40:29 +00:00
Cargo update and pull in the new rowan
This brings in the new hashbrown for better compile times.
This commit is contained in:
parent
11b9233fc4
commit
bf7651886e
2 changed files with 19 additions and 19 deletions
|
@ -13,7 +13,7 @@ doctest = false
|
|||
[dependencies]
|
||||
cov-mark = "2.0.0-pre.1"
|
||||
itertools = "0.10.0"
|
||||
rowan = "=0.13.0-pre.6"
|
||||
rowan = "=0.13.0-pre.7"
|
||||
rustc_lexer = { version = "721.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc-hash = "1.1.0"
|
||||
arrayvec = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue