mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Enable unstable feature in string-cache.
See https://github.com/servo/string-cache/pull/95
This commit is contained in:
parent
930921b0c3
commit
47b07ae2e4
4 changed files with 4 additions and 1 deletions
|
@ -80,7 +80,7 @@ websocket = "0.12"
|
|||
uuid = "0.1.16"
|
||||
smallvec = "0.1"
|
||||
html5ever = "0.2"
|
||||
string_cache = "0.1"
|
||||
string_cache = { version = "0.1.9", features = ["unstable"] }
|
||||
string_cache_plugin = "0.1"
|
||||
euclid = "0.1"
|
||||
tendril = "0.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue