1
Fork 0

Update rayon and rustc-rayon

This commit is contained in:
Josh Stone 2022-01-10 11:34:07 -08:00
parent 89b9f7b284
commit f3b8812f24
10 changed files with 53 additions and 88 deletions

View file

@ -10,8 +10,8 @@ doctest = false
libc = "0.2"
libloading = "0.7.1"
tracing = "0.1"
rustc-rayon-core = "0.3.1"
rayon = { version = "0.3.1", package = "rustc-rayon" }
rustc-rayon-core = "0.3.2"
rayon = { version = "0.3.2", package = "rustc-rayon" }
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
rustc_ast = { path = "../rustc_ast" }
rustc_attr = { path = "../rustc_attr" }