Update to cssparser 0.11

This commit is contained in:
Simon Sapin 2017-02-25 17:56:20 +01:00
parent 0f2d000a23
commit 33ef6f78e5
17 changed files with 56 additions and 35 deletions

View file

@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
cssparser = {version = "0.10", features = ["heapsize", "serde"]}
cssparser = {version = "0.11", features = ["heapsize", "serde"]}
euclid = "0.11"
gleam = "0.2.8"
ipc-channel = "0.7"