about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis
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_hir_analysis
parentc50d2cc8078280a0dfdd562c7688e81b664e5880 (diff)
downloadrust-200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d.tar.gz
rust-200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d.zip
Add `itertools` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_hir_analysis')
-rw-r--r--compiler/rustc_hir_analysis/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/Cargo.toml b/compiler/rustc_hir_analysis/Cargo.toml
index 910c26e4427..bb86beb2251 100644
--- a/compiler/rustc_hir_analysis/Cargo.toml
+++ b/compiler/rustc_hir_analysis/Cargo.toml
@@ -9,7 +9,7 @@ doctest = false
 
 [dependencies]
 # tidy-alphabetical-start
-itertools = "0.12"
+itertools.workspace = true
 rustc_abi = { path = "../rustc_abi" }
 rustc_arena = { path = "../rustc_arena" }
 rustc_ast = { path = "../rustc_ast" }