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"

View file

@ -10,7 +10,7 @@ name = "canvas_traits"
path = "lib.rs"
[dependencies]
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
heapsize = "0.3.0"
heapsize_derive = "0.1"

View file

@ -14,7 +14,7 @@ app_units = "0.4"
atomic_refcell = "0.1"
bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
fnv = "1.0"
gfx = {path = "../gfx"}

View file

@ -11,7 +11,7 @@ path = "lib.rs"
[dependencies]
bitflags = "0.7"
cssparser = "0.12.1"
cssparser = "0.13"
heapsize = "0.3.0"
heapsize_derive = "0.1"
serde = "0.9"

View file

@ -35,7 +35,7 @@ byteorder = "1.0"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
cookie = "0.6"
cssparser = "0.12.1"
cssparser = "0.13"
deny_public_fields = {path = "../deny_public_fields"}
devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}

View file

@ -13,7 +13,7 @@ path = "lib.rs"
app_units = "0.4"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"

View file

@ -18,7 +18,7 @@ path = "lib.rs"
[dependencies]
bitflags = "0.7"
matches = "0.1"
cssparser = "0.12.1"
cssparser = "0.13"
fnv = "1.0"
precomputed-hash = "0.1"
smallvec = "0.3"

View file

@ -29,7 +29,7 @@ bitflags = "0.7"
bit-vec = "0.4.3"
byteorder = "1.0"
cfg-if = "0.1.0"
cssparser = "0.12.1"
cssparser = "0.13.1"
encoding = {version = "0.2", optional = true}
euclid = "0.11"
fnv = "1.0"

View file

@ -841,7 +841,7 @@ impl PropertyId {
// FIXME(https://github.com/rust-lang/rust/issues/33156): remove this enum and use PropertyId
// when stable Rust allows destructors in statics.
enum StaticId {
pub enum StaticId {
Longhand(LonghandId),
Shorthand(ShorthandId),
}

View file

@ -15,7 +15,7 @@ servo = ["heapsize", "heapsize_derive", "serde", "serde_derive",
[dependencies]
app_units = "0.4"
cssparser = "0.12.1"
cssparser = "0.13"
euclid = "0.11"
heapsize = {version = "0.3.0", optional = true}
heapsize_derive = {version = "0.1", optional = true}