1
Fork 0

update the version of itertools and parking_lot

this is to avoid compiling multiple version of the crates in rustc
This commit is contained in:
Andreas Jonson 2020-09-12 08:24:09 +02:00
parent 8b6838b6e1
commit b8752fff19
6 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@ doctest = false
[dependencies]
either = "1.5.0"
rustc_graphviz = { path = "../rustc_graphviz" }
itertools = "0.8"
itertools = "0.9"
tracing = "0.1"
log_settings = "0.1.1"
polonius-engine = "0.12.0"