mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Auto merge of #16303 - froydnj:rayon-version-bump, r=jdm
bump required rayon version to 0.7 ...and bring jpeg-decoder along for the ride. Minor tweaks were necessary because of rayon API changes. - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16303) <!-- Reviewable:end -->
This commit is contained in:
commit
fc3a7d03f2
10 changed files with 37 additions and 19 deletions
|
@ -20,6 +20,7 @@ rand = [
|
|||
"parking_lot_core",
|
||||
"phf_generator",
|
||||
"rayon",
|
||||
"rayon-core",
|
||||
"servo_rand",
|
||||
"servo-websocket",
|
||||
"tempdir",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue