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

@ -16,7 +16,7 @@ cssparser = "0.23.0"
euclid = "0.16"
html5ever = "0.22"
parking_lot = "0.4"
rayon = "0.8"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}
servo_arc = {path = "../../../components/servo_arc"}