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
|
@ -17,5 +17,5 @@ rustc_macros = { path = "../rustc_macros" }
|
|||
rustc_index = { path = "../rustc_index" }
|
||||
rustc_serialize = { path = "../rustc_serialize" }
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
parking_lot = "0.10"
|
||||
parking_lot = "0.11"
|
||||
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue