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

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