diff options
author | Sean McArthur <sean.monstar@gmail.com> | 2014-11-20 17:39:09 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-04 10:06:41 -0800 |
commit | 4ee8c3a60b554609b7adbd262c7543f141b09224 (patch) | |
tree | 2322fe9d4f8df709c5ebccd207e81cc67679f272 /components/script/lib.rs | |
parent | 1dc67f0c761debabdadbf81d195a6954812c0d1f (diff) | |
download | servo-4ee8c3a60b554609b7adbd262c7543f141b09224.tar.gz servo-4ee8c3a60b554609b7adbd262c7543f141b09224.zip |
convert script crate to use hyper
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 3470cd63652..6699ff49d5d 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -22,7 +22,7 @@ extern crate collections; extern crate geom; extern crate html5ever; extern crate encoding; -extern crate http; +extern crate hyper; extern crate js; extern crate libc; extern crate msg; |