about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection
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_trait_selection
parentc50d2cc8078280a0dfdd562c7688e81b664e5880 (diff)
downloadrust-200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d.tar.gz
rust-200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d.zip
Add `itertools` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_trait_selection')
-rw-r--r--compiler/rustc_trait_selection/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/Cargo.toml b/compiler/rustc_trait_selection/Cargo.toml
index 91a6484f865..6b79b98d1bf 100644
--- a/compiler/rustc_trait_selection/Cargo.toml
+++ b/compiler/rustc_trait_selection/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-itertools = "0.12"
+itertools.workspace = true
 rustc_abi = { path = "../rustc_abi" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_data_structures = { path = "../rustc_data_structures" }