mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update to cssparser 0.11
This commit is contained in:
parent
0f2d000a23
commit
33ef6f78e5
17 changed files with 56 additions and 35 deletions
|
@ -18,5 +18,6 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
bitflags = "0.7"
|
||||
matches = "0.1"
|
||||
cssparser = "0.10"
|
||||
cssparser = "0.11"
|
||||
cssparser-macros = "0.1.0"
|
||||
fnv = "1.0"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#[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