Update remaining references to cssparser 0.24.

This commit is contained in:
Emilio Cobos Álvarez 2018-11-05 12:19:23 +01:00
parent 99f9d84555
commit 29f56919e2
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 15 additions and 15 deletions

View file

@ -13,7 +13,7 @@ path = "lib.rs"
app_units = "0.7"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.24"
cssparser = "0.25"
euclid = "0.19"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.22"