mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Update hyper to 0.12
This commit is contained in:
parent
95bfaa0a77
commit
024b40b39d
122 changed files with 3835 additions and 3448 deletions
|
@ -45,9 +45,11 @@ extern crate euclid;
|
|||
extern crate fnv;
|
||||
extern crate gleam;
|
||||
extern crate half;
|
||||
extern crate headers_core;
|
||||
extern crate headers_ext;
|
||||
#[macro_use]
|
||||
extern crate html5ever;
|
||||
#[macro_use]
|
||||
extern crate http;
|
||||
extern crate hyper;
|
||||
extern crate hyper_serde;
|
||||
extern crate image;
|
||||
|
@ -65,7 +67,6 @@ extern crate malloc_size_of;
|
|||
#[macro_use]
|
||||
extern crate malloc_size_of_derive;
|
||||
extern crate metrics;
|
||||
#[macro_use]
|
||||
extern crate mime;
|
||||
extern crate mime_guess;
|
||||
extern crate mitochondria;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue