about summary refs log tree commit diff
path: root/compiler/rustc_resolve
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 20:20:12 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:10:55 +1000
commit77b047aaab6de9ec20b3c4f2fa57743c16d8789c (patch)
treec04d5b9db22caf8241bd214912d4cbe252ff5dde /compiler/rustc_resolve
parent77d2f0c16e0c3957052a3ecaccd9479be8efed87 (diff)
downloadrust-77b047aaab6de9ec20b3c4f2fa57743c16d8789c.tar.gz
rust-77b047aaab6de9ec20b3c4f2fa57743c16d8789c.zip
Add `indexmap` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_resolve')
-rw-r--r--compiler/rustc_resolve/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/Cargo.toml b/compiler/rustc_resolve/Cargo.toml
index 7c5332c1662..4da4c0840df 100644
--- a/compiler/rustc_resolve/Cargo.toml
+++ b/compiler/rustc_resolve/Cargo.toml
@@ -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" }