diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-05-23 07:17:58 -0700 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-05-23 07:17:58 -0700 |
commit | 3c1b8e10c4fb9c200975df41d1c5c071534cf9bd (patch) | |
tree | fd40a9f4aa5baf8ffb5fba11d1c4ca6cdb5c3234 /components/script | |
parent | de79f967752c91ddd4f6eab8f2f4135572f305fa (diff) | |
parent | b2ae32917b1fbb8abaaefc7a9b023992e7570c33 (diff) | |
download | servo-3c1b8e10c4fb9c200975df41d1c5c071534cf9bd.tar.gz servo-3c1b8e10c4fb9c200975df41d1c5c071534cf9bd.zip |
Auto merge of #11331 - KiChjang:update-string-cache, r=nox
Update string_cache to 0.2.17
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy --faster` does not report any errors
- [x] These changes do not require tests because crate version bump
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11331)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 847504d1fa5..22a06361aed 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -56,7 +56,7 @@ script_traits = {path = "../script_traits"} selectors = {version = "0.6", features = ["heap_size"]} serde = "0.7" smallvec = "0.1" -string_cache = {version = "0.2.12", features = ["heap_size", "unstable"]} +string_cache = {version = "0.2.17", features = ["heap_size", "unstable"]} style = {path = "../style"} time = "0.1.12" unicase = "1.0" |