mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +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
|
@ -14,7 +14,7 @@ testing = ["style/testing"]
|
|||
|
||||
[dependencies]
|
||||
app_units = "0.4"
|
||||
cssparser = {version = "0.10", features = ["heapsize"]}
|
||||
cssparser = {version = "0.11", features = ["heapsize"]}
|
||||
euclid = "0.11"
|
||||
html5ever-atoms = "0.2"
|
||||
matches = "0.1"
|
||||
|
|
|
@ -14,7 +14,7 @@ doctest = false
|
|||
[dependencies]
|
||||
app_units = "0.4"
|
||||
atomic_refcell = "0.1"
|
||||
cssparser = "0.10"
|
||||
cssparser = "0.11"
|
||||
env_logger = "0.4"
|
||||
euclid = "0.11"
|
||||
lazy_static = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue