mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -18,6 +18,5 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
bitflags = "0.7"
|
||||
matches = "0.1"
|
||||
cssparser = "0.11"
|
||||
cssparser-macros = "0.1.0"
|
||||
cssparser = "0.12"
|
||||
fnv = "1.0"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#[macro_use] extern crate bitflags;
|
||||
#[macro_use] extern crate cssparser;
|
||||
#[macro_use] extern crate cssparser_macros;
|
||||
#[macro_use] extern crate matches;
|
||||
extern crate fnv;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue