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-22 13:07:23 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 14:21:21 +1000
commit200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d (patch)
tree701ee5e2af3bf63e169bee9bae612229373fb920 /compiler/rustc_resolve
parentc50d2cc8078280a0dfdd562c7688e81b664e5880 (diff)
downloadrust-200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d.tar.gz
rust-200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d.zip
Add `itertools` 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 356669704f1..7c5332c1662 100644
--- a/compiler/rustc_resolve/Cargo.toml
+++ b/compiler/rustc_resolve/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2024"
 # tidy-alphabetical-start
 bitflags.workspace = true
 indexmap = "2.4.0"
-itertools = "0.12"
+itertools.workspace = true
 pulldown-cmark = { version = "0.11", features = ["html"], default-features = false }
 rustc_arena = { path = "../rustc_arena" }
 rustc_ast = { path = "../rustc_ast" }