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

@ -29,7 +29,7 @@ ordered-float = "0.4"
parking_lot = "0.3.3"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
rayon = "0.7.1"
rayon = "0.8"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = { path = "../selectors" }