WR update

This commit is contained in:
Paul Rouget 2018-08-06 06:39:37 +02:00
parent 2f14e33395
commit 0d9161dd7b
22 changed files with 140 additions and 140 deletions

View file

@ -9,7 +9,7 @@ name = "script_tests"
path = "lib.rs"
[dependencies]
euclid = "0.18"
euclid = "0.19"
msg = {path = "../../../components/msg"}
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}

View file

@ -11,9 +11,9 @@ doctest = false
[dependencies]
byteorder = "1.0"
app_units = "0.6"
app_units = "0.7"
cssparser = "0.24.0"
euclid = "0.18"
euclid = "0.19"
html5ever = "0.22"
parking_lot = "0.6"
rayon = "1"