convert msg crate to use hyper

This commit is contained in:
Sean McArthur 2014-11-17 17:59:44 -08:00 committed by Manish Goregaokar
parent 12727d4dd0
commit 1dc67f0c76
3 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
extern crate azure;
extern crate geom;
extern crate http;
extern crate hyper;
extern crate layers;
extern crate serialize;
extern crate "util" as servo_util;