Update rayon to 0.7.1.

To take advantage of nikomatsakis/rayon#348.
This commit is contained in:
Cameron McCormack 2017-05-31 17:55:26 +10:00
parent 779edd7c4a
commit f62a236d8c
4 changed files with 14 additions and 14 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"
rayon = "0.7.1"
script = {path = "../script"}
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}