summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_ty_utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_ty_utils/Cargo.toml')
-rw-r--r--compiler/rustc_ty_utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_ty_utils/Cargo.toml b/compiler/rustc_ty_utils/Cargo.toml
index 51885c9b4..50dac3a37 100644
--- a/compiler/rustc_ty_utils/Cargo.toml
+++ b/compiler/rustc_ty_utils/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
tracing = "0.1"
+itertools = "0.10.1"
rustc_middle = { path = "../rustc_middle" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" }