Update html5ever and enable unstable features.

This commit is contained in:
Simon Sapin 2015-07-31 16:28:20 +02:00
parent ca9f9226b0
commit 9d4ee559e5
4 changed files with 55 additions and 61 deletions

View file

@ -79,7 +79,7 @@ num = "0.1.24"
websocket = "0.12"
uuid = "0.1.16"
smallvec = "0.1"
html5ever = "0.2"
html5ever = { version = "0.2.1", features = ["unstable"] }
string_cache = { version = "0.1.9", features = ["unstable"] }
string_cache_plugin = "0.1"
euclid = "0.1"