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

@ -14,7 +14,7 @@ app_units = "0.3"
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"}
cssparser = {version = "0.5.7", features = ["heap_size", "serde-serialization"]}
cssparser = {version = "0.6", features = ["heap_size", "serde-serialization"]}
euclid = "0.10.1"
fnv = "1.0"
gfx = {path = "../gfx"}
@ -33,7 +33,7 @@ range = {path = "../range"}
rustc-serialize = "0.3"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = {version = "0.11", features = ["heap_size"]}
selectors = {version = "0.12", features = ["heap_size"]}
serde_macros = "0.8"
smallvec = "0.1"
string_cache = {version = "0.2.26", features = ["heap_size"]}