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

@ -25,7 +25,7 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
parking_lot = {version = "0.3.3", features = ["nightly"]}
profile_traits = {path = "../profile_traits"}
rayon = "0.7.1"
rayon = "0.8"
script = {path = "../script"}
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}