mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Bump indexmap
This commit is contained in:
parent
2bfd6b659d
commit
1fc056ec93
6 changed files with 15 additions and 14 deletions
|
@ -20,7 +20,7 @@ dashmap = { version = "=5.4.0", features = ["raw-api"] }
|
|||
drop_bomb = "0.1.5"
|
||||
either.workspace = true
|
||||
fst = { version = "0.4.7", default-features = false }
|
||||
indexmap = "2.0.0"
|
||||
indexmap.workspace = true
|
||||
itertools.workspace = true
|
||||
la-arena.workspace = true
|
||||
once_cell = "1.17.0"
|
||||
|
|
|
@ -21,7 +21,7 @@ once_cell = "1.17.0"
|
|||
either.workspace = true
|
||||
itertools.workspace = true
|
||||
arrayvec = "0.7.2"
|
||||
indexmap = "2.0.0"
|
||||
indexmap.workspace = true
|
||||
memchr = "2.5.0"
|
||||
triomphe.workspace = true
|
||||
nohash-hasher.workspace = true
|
||||
|
|
|
@ -19,7 +19,7 @@ itertools.workspace = true
|
|||
rowan = "0.15.11"
|
||||
rustc-hash = "1.1.0"
|
||||
once_cell = "1.17.0"
|
||||
indexmap = "2.0.0"
|
||||
indexmap.workspace = true
|
||||
smol_str.workspace = true
|
||||
triomphe.workspace = true
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ doctest = false
|
|||
[dependencies]
|
||||
rustc-hash = "1.1.0"
|
||||
fst = "0.4.7"
|
||||
indexmap = "2.0.0"
|
||||
indexmap.workspace = true
|
||||
nohash-hasher.workspace = true
|
||||
|
||||
paths.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue