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:
Nathan Froyd 2017-04-07 10:34:08 -04:00
parent 7fc01437f4
commit 681b578326
9 changed files with 35 additions and 17 deletions

View file

@ -30,7 +30,7 @@ ordered-float = "0.4"
parking_lot = "0.3.3"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
rayon = "0.6"
rayon = "0.7"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = { path = "../selectors" }