Update string_cache to v0.2.20

This commit is contained in:
Keith Yeung 2016-06-20 12:17:28 +08:00
parent 81ebde6331
commit d66a04ea6c
9 changed files with 30 additions and 30 deletions

View file

@ -35,7 +35,7 @@ rustc-serialize = "0.3"
serde = "0.7"
serde_macros = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.18", features = ["heap_size"]}
string_cache = {version = "0.2.20", features = ["heap_size"]}
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1.12"