diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-12 14:46:25 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-12 18:37:27 +0200 |
commit | 7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5 (patch) | |
tree | 7c3323204e3fb5d85edcb95b97748962e3978ae1 /components/script/lib.rs | |
parent | a22913569c2fa917015b23c27cb2f55de2a69ff2 (diff) | |
download | servo-7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5.tar.gz servo-7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5.zip |
Update serde to 0.8 (fixes #12659)
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 2eecac4d1b5..87abf732bc1 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -48,6 +48,7 @@ extern crate gfx_traits; extern crate heapsize; extern crate html5ever; extern crate hyper; +extern crate hyper_serde; extern crate image; extern crate ipc_channel; #[macro_use] |