Update to rebased rustc-rayon 0.4

This commit is contained in:
Josh Stone 2022-05-27 17:14:22 -07:00
parent 56fd680cf9
commit ab57e36268
7 changed files with 22 additions and 21 deletions

View file

@ -8,7 +8,7 @@ doctest = false
[dependencies]
measureme = "10.0.0"
rustc-rayon-core = { version = "0.3.2", optional = true }
rustc-rayon-core = { version = "0.4.0", optional = true }
rustc_ast = { path = "../rustc_ast" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" }