diff options
author | Keith Yeung <kungfukeith11@gmail.com> | 2016-05-22 15:05:28 -0400 |
---|---|---|
committer | Keith Yeung <kungfukeith11@gmail.com> | 2016-05-23 09:19:14 -0400 |
commit | b2ae32917b1fbb8abaaefc7a9b023992e7570c33 (patch) | |
tree | 6c2ac7fd60e48d7f3c4edcbbd8786bcdad7fc946 /components/style | |
parent | 6b039612bac3159a51d09e341c18f9a6ccc948b1 (diff) | |
download | servo-b2ae32917b1fbb8abaaefc7a9b023992e7570c33.tar.gz servo-b2ae32917b1fbb8abaaefc7a9b023992e7570c33.zip |
Update string_cache to 0.2.17
Diffstat (limited to 'components/style')
-rw-r--r-- | components/style/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 0983fd428fe..5198dc05b14 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -32,7 +32,7 @@ selectors = {version = "0.6", features = ["heap_size", "unstable"]} serde = {version = "0.7", features = ["nightly"]} serde_macros = "0.7" smallvec = "0.1" -string_cache = {version = "0.2.12", features = ["heap_size"]} +string_cache = {version = "0.2.17", features = ["heap_size"]} style_traits = {path = "../style_traits"} time = "0.1" url = {version = "1.0.0", features = ["heap_size"]} |