aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSean McArthur <sean.monstar@gmail.com>2014-11-20 17:39:09 -0800
committerManish Goregaokar <manishsmail@gmail.com>2014-12-04 10:06:41 -0800
commit4ee8c3a60b554609b7adbd262c7543f141b09224 (patch)
tree2322fe9d4f8df709c5ebccd207e81cc67679f272 /components/script/lib.rs
parent1dc67f0c761debabdadbf81d195a6954812c0d1f (diff)
downloadservo-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.rs2
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;