1
Fork 0

Update itertools to deduplicate it

This commit is contained in:
Rémy Rakic 2022-01-14 12:33:54 +01:00
parent 86f7f78f05
commit 5928056af2
5 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
doctest = false
[dependencies]
itertools = "0.9"
itertools = "0.10"
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
tracing = "0.1"
rustc_ast = { path = "../rustc_ast" }