Update to cssparser 0.13

This commit is contained in:
Simon Sapin 2017-04-24 12:32:31 +02:00
parent 418c3e8cc7
commit 11cef135e7
53 changed files with 42 additions and 180 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 = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
gleam = "0.4"
ipc-channel = "0.7"