Bump rayon to 0.8.

MozReview-Commit-ID: 8OFE5PghMzl
This commit is contained in:
Bobby Holley 2017-06-13 22:27:10 -07:00
parent 2209566195
commit d5fb93d487
5 changed files with 42 additions and 35 deletions

View file

@ -19,7 +19,7 @@ cssparser = "0.14.0"
euclid = "0.14.4"
html5ever = "0.17"
parking_lot = "0.3"
rayon = "0.7"
rayon = "0.8"
rustc-serialize = "0.3"
selectors = {path = "../../../components/selectors"}
servo_atoms = {path = "../../../components/atoms"}