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:
parent
8b6838b6e1
commit
b8752fff19
6 changed files with 10 additions and 10 deletions
|
@ -5,7 +5,7 @@ version = "0.0.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.8"
|
||||
itertools = "0.9"
|
||||
tracing = "0.1"
|
||||
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
|
||||
rustc_attr = { path = "../rustc_attr" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue