Bump rayon to 1.0

This commit is contained in:
Bastien Orivel 2018-02-16 02:58:54 +01:00
parent cccca27f4f
commit fae2d9839f
8 changed files with 133 additions and 95 deletions

View file

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