Skip to content

Commit 568ee9a

Browse files
committed
Didn't mean for indexmap to be one of "these 3 deps"
1 parent 172da25 commit 568ee9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/rust-analyzer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ triomphe.workspace = true
4747
toml = "0.8.8"
4848
nohash-hasher.workspace = true
4949
always-assert = "0.1.2"
50+
indexmap = { version = "2.0.0", features = ["serde"] }
5051

51-
# These 3 deps are not used by r-a directly, but we list them here to lock in their versions
52+
# These 2 deps are not used by r-a directly, but we list them here to lock in their versions
5253
# in our transitive deps to prevent them from pulling in windows-sys 0.45.0
5354
mio = "=0.8.5"
5455
parking_lot_core = "=0.9.6"
55-
indexmap = { version = "2.0.0", features = ["serde"] }
5656

5757
cfg.workspace = true
5858
flycheck.workspace = true

0 commit comments

Comments
 (0)