Update rayon and rustc-rayon
This commit is contained in:
parent
89b9f7b284
commit
f3b8812f24
10 changed files with 53 additions and 88 deletions
|
@ -17,8 +17,8 @@ rustc_macros = { path = "../rustc_macros" }
|
|||
rustc_graphviz = { path = "../rustc_graphviz" }
|
||||
cfg-if = "0.1.2"
|
||||
stable_deref_trait = "1.0.0"
|
||||
rayon = { version = "0.3.1", package = "rustc-rayon" }
|
||||
rayon-core = { version = "0.3.1", package = "rustc-rayon-core" }
|
||||
rayon = { version = "0.3.2", package = "rustc-rayon" }
|
||||
rayon-core = { version = "0.3.2", package = "rustc-rayon-core" }
|
||||
rustc-hash = "1.1.0"
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
rustc_index = { path = "../rustc_index", package = "rustc_index" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue