about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
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_data_structures
parent77d2f0c16e0c3957052a3ecaccd9479be8efed87 (diff)
downloadrust-77b047aaab6de9ec20b3c4f2fa57743c16d8789c.tar.gz
rust-77b047aaab6de9ec20b3c4f2fa57743c16d8789c.zip
Add `indexmap` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 580bbde1b10..949a5a9ac80 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -10,7 +10,7 @@ bitflags.workspace = true
 either.workspace = true
 elsa = "1.11.0"
 ena = "0.14.3"
-indexmap = "2.4.0"
+indexmap.workspace = true
 jobserver_crate = { version = "0.1.28", package = "jobserver" }
 measureme = "12.0.1"
 parking_lot = "0.12"