about summary refs log tree commit diff
path: root/compiler/rustc_span
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_span
parent77d2f0c16e0c3957052a3ecaccd9479be8efed87 (diff)
downloadrust-77b047aaab6de9ec20b3c4f2fa57743c16d8789c.tar.gz
rust-77b047aaab6de9ec20b3c4f2fa57743c16d8789c.zip
Add `indexmap` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/Cargo.toml b/compiler/rustc_span/Cargo.toml
index 2e45177e3b7..8368c9656e2 100644
--- a/compiler/rustc_span/Cargo.toml
+++ b/compiler/rustc_span/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2024"
 # tidy-alphabetical-start
 blake3 = "1.5.2"
 derive-where = "1.2.7"
-indexmap = { version = "2.0.0" }
+indexmap.workspace = true
 itoa = "1.0"
 md5 = { package = "md-5", version = "0.10.0" }
 rustc_arena = { path = "../rustc_arena" }