diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-05-02 11:10:49 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-05-02 19:24:28 +0200 |
commit | 6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1 (patch) | |
tree | 0b5136db36436d6077ee5470ee1ecbf99c6b4079 /components/script_layout_interface/lib.rs | |
parent | f284a15e4b442b1beff90b88e9ba6952255f394a (diff) | |
download | servo-6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1.tar.gz servo-6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1.zip |
Upgrade to html5ever 0.16
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 98375e6a05a..46d9bf2aadc 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -19,7 +19,7 @@ extern crate euclid; extern crate gfx_traits; extern crate heapsize; #[macro_use] extern crate heapsize_derive; -#[macro_use] extern crate html5ever_atoms; +#[macro_use] extern crate html5ever; extern crate ipc_channel; extern crate libc; #[macro_use] |