Add itertools to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote 2025-08-22 13:07:23 +10:00
parent c50d2cc807
commit 200f56d605
16 changed files with 16 additions and 15 deletions

View file

@ -62,6 +62,7 @@ exclude = [
[workspace.dependencies]
# tidy-alphabetical-start
bitflags = "2.9.3"
itertools = "0.12.1"
memchr = "2.7.5"
rustc-literal-escaper = "0.0.5"
thin-vec = "0.2.14"