Enable unstable feature in string-cache.

See https://github.com/servo/string-cache/pull/95
This commit is contained in:
Simon Sapin 2015-07-30 17:16:30 +02:00
parent 930921b0c3
commit 47b07ae2e4
4 changed files with 4 additions and 1 deletions

View file

@ -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"