mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update rust-cssparser to 0.20.2.
This reduces memory consumption of list-valued properties in the common case of one entry in the list.
This commit is contained in:
parent
6a09b1d21a
commit
b2c56345d7
12 changed files with 24 additions and 24 deletions
|
@ -25,7 +25,7 @@ unstable = []
|
|||
[dependencies]
|
||||
bitflags = "0.7"
|
||||
matches = "0.1"
|
||||
cssparser = "0.20"
|
||||
cssparser = "0.20.2"
|
||||
log = "0.3"
|
||||
fnv = "1.0"
|
||||
phf = "0.7.18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue