Update cssparser

Today’s Rust Nigthly broke it
This commit is contained in:
Simon Sapin 2016-08-28 23:10:56 +02:00
parent 7345905c8b
commit 899192e046
13 changed files with 59 additions and 65 deletions

View file

@ -11,7 +11,7 @@ path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
cssparser = {version = "0.5.7", features = ["heap_size", "serde-serialization"]}
cssparser = {version = "0.6", features = ["heap_size", "serde-serialization"]}
euclid = "0.10.1"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"