Update cssparser to 0.9

This commit is contained in:
Simon Sapin 2017-02-14 22:35:08 +01:00
parent 9702d6920a
commit c3cad2d6c7
17 changed files with 72 additions and 82 deletions

View file

@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
canvas_traits = {path = "../canvas_traits"}
cssparser = {version = "0.8", features = ["heap_size", "serde-serialization"]}
cssparser = {version = "0.9", features = ["heap_size", "serde-serialization"]}
euclid = "0.10.1"
gleam = "0.2.8"
ipc-channel = "0.5"