diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-07-31 16:28:20 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-07-31 16:41:08 +0200 |
commit | 9d4ee559e53a31789a50aa8d8516fa4c91619b0a (patch) | |
tree | 56bfca978eb70f59d3fce515522e483ed8494c82 /components/script | |
parent | ca9f9226b092f6f9349aecd53bf0b36fb5b6948e (diff) | |
download | servo-9d4ee559e53a31789a50aa8d8516fa4c91619b0a.tar.gz servo-9d4ee559e53a31789a50aa8d8516fa4c91619b0a.zip |
Update html5ever and enable unstable features.
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 27718e7fc30..f079fafe1ab 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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" |