mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 18:58:41 +00:00
Upgrade to indexmap v2
This commit is contained in:
parent
6ba2590541
commit
380773b3e8
5 changed files with 40 additions and 18 deletions
|
@ -14,7 +14,7 @@ doctest = false
|
|||
[dependencies]
|
||||
rustc-hash = "1.1.0"
|
||||
fst = "0.4.7"
|
||||
indexmap = "1.9.1"
|
||||
indexmap = "2.0.0"
|
||||
nohash-hasher.workspace = true
|
||||
|
||||
paths.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue