This commit is contained in:
Simon Sapin 2017-02-28 15:46:25 +01:00
parent bcd4d166ac
commit 288ef97055
18 changed files with 66 additions and 73 deletions

View file

@ -14,7 +14,7 @@ testing = ["style/testing"]
[dependencies]
app_units = "0.4"
cssparser = {version = "0.11", features = ["heapsize"]}
cssparser = "0.12"
euclid = "0.11"
html5ever-atoms = "0.2"
owning_ref = "0.2.2"

View file

@ -14,7 +14,7 @@ doctest = false
[dependencies]
app_units = "0.4"
atomic_refcell = "0.1"
cssparser = "0.11"
cssparser = "0.12"
env_logger = "0.4"
euclid = "0.11"
lazy_static = "0.2"