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:03:15 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:10:55 +1000
commitd263d3a88ce2d339a16587fdb60d60a208ea4f6b (patch)
treec6b177fc2c49ed7847a267a1705ee7ceb500ef16 /compiler/rustc_data_structures
parentdaf6fe2c1b51877d027453191ec648f52fc0ea8c (diff)
downloadrust-d263d3a88ce2d339a16587fdb60d60a208ea4f6b.tar.gz
rust-d263d3a88ce2d339a16587fdb60d60a208ea4f6b.zip
Add `either` 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 c9e2d050c1b..d8d9d35cfc1 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2024"
 # tidy-alphabetical-start
 arrayvec = { version = "0.7", default-features = false }
 bitflags.workspace = true
-either = "1.0"
+either.workspace = true
 elsa = "1.11.0"
 ena = "0.14.3"
 indexmap = "2.4.0"