mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #11376 - creativcoder:update-string-cache, r=nox
Bump string-cache to 0.2.18 - [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 its a 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/11376) <!-- Reviewable:end -->
This commit is contained in:
commit
116faa7617
10 changed files with 38 additions and 38 deletions
|
@ -36,7 +36,7 @@ selectors = {version = "0.6", features = ["heap_size"]}
|
|||
serde_json = "0.7"
|
||||
serde_macros = "0.7"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.17", features = ["heap_size"]}
|
||||
string_cache = {version = "0.2.18", features = ["heap_size"]}
|
||||
style = {path = "../style"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
time = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue