1
Fork 0

bump itertools to 0.12

still depend on 0.11:
* clippy
* rustfmt, sigh
This commit is contained in:
klensy 2024-02-23 16:37:47 +03:00
parent 9fb91aa2e7
commit 52501c2a75
15 changed files with 26 additions and 28 deletions

View file

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
itertools = "0.11"
itertools = "0.12"
rustc_ast_ir = { path = "../rustc_ast_ir" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" }