mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update cssparser to 0.9
This commit is contained in:
parent
9702d6920a
commit
c3cad2d6c7
17 changed files with 72 additions and 82 deletions
|
@ -11,7 +11,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
bitflags = "0.7"
|
||||
cssparser = {version = "0.8", features = ["heap_size", "serde-serialization"]}
|
||||
cssparser = {version = "0.9", features = ["heap_size", "serde-serialization"]}
|
||||
heapsize = "0.3.0"
|
||||
heapsize_derive = "0.1"
|
||||
plugins = {path = "../plugins"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue