mirror of
https://github.com/servo/servo.git
synced 2025-08-30 09:38:19 +01:00
bump required rayon version to 0.7
...and bring jpeg-decoder along for the ride. Minor tweaks were necessary because of rayon API changes.
This commit is contained in:
parent
7fc01437f4
commit
681b578326
9 changed files with 35 additions and 17 deletions
|
@ -19,7 +19,7 @@ cssparser = "0.13"
|
|||
euclid = "0.11"
|
||||
html5ever = "0.16"
|
||||
parking_lot = "0.3"
|
||||
rayon = "0.6"
|
||||
rayon = "0.7"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = {path = "../../../components/selectors"}
|
||||
servo_atoms = {path = "../../../components/atoms"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue