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:
Boris Zbarsky 2017-09-11 10:51:35 -04:00
parent 6a09b1d21a
commit b2c56345d7
12 changed files with 24 additions and 24 deletions

View file

@ -13,7 +13,7 @@ path = "lib.rs"
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}
cssparser = "0.20"
cssparser = "0.20.2"
euclid = "0.15"
fnv = "1.0"
gleam = "0.4"