mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update cssparser for https://github.com/servo/rust-cssparser/pull/123
This commit is contained in:
parent
bcd4d166ac
commit
288ef97055
18 changed files with 66 additions and 73 deletions
|
@ -34,8 +34,7 @@ byteorder = "1.0"
|
|||
canvas_traits = {path = "../canvas_traits"}
|
||||
caseless = "0.1.0"
|
||||
cookie = "0.2.5"
|
||||
cssparser = {version = "0.11", features = ["heapsize", "serde"]}
|
||||
cssparser-macros = "0.1.0"
|
||||
cssparser = "0.12"
|
||||
deny_public_fields = {path = "../deny_public_fields"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
dom_struct = {path = "../dom_struct"}
|
||||
|
|
|
@ -37,7 +37,6 @@ extern crate caseless;
|
|||
extern crate cookie as cookie_rs;
|
||||
extern crate core;
|
||||
#[macro_use] extern crate cssparser;
|
||||
#[macro_use] extern crate cssparser_macros;
|
||||
#[macro_use] extern crate deny_public_fields;
|
||||
extern crate devtools_traits;
|
||||
extern crate dom_struct;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue