Add indexmap to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote
2025-08-27 20:20:12 +10:00
parent 77d2f0c16e
commit 77b047aaab
8 changed files with 8 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
# tidy-alphabetical-start
bitflags.workspace = true
indexmap = "2.4.0"
indexmap.workspace = true
itertools.workspace = true
pulldown-cmark = { version = "0.11", features = ["html"], default-features = false }
rustc_arena = { path = "../rustc_arena" }