mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update to rust-cssparser 0.4.0
This commit is contained in:
parent
021f441d24
commit
69d398f29a
14 changed files with 141 additions and 136 deletions
|
@ -28,10 +28,6 @@ git = "https://github.com/pcwalton/ipc-channel"
|
|||
version = "0.6"
|
||||
features = [ "nightly" ]
|
||||
|
||||
[dependencies.cssparser]
|
||||
version = "0.3"
|
||||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
||||
|
@ -39,6 +35,7 @@ path = "../plugins"
|
|||
path = "../util"
|
||||
|
||||
[dependencies]
|
||||
cssparser = { version = "0.4", features = [ "serde-serialization" ] }
|
||||
euclid = {version = "0.3", features = ["plugins"]}
|
||||
serde_macros = "0.6"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue