Add hyper for new version of ruma-api
This commit is contained in:
parent
d042f63146
commit
7112b79859
@ -13,6 +13,7 @@ version = "0.1.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1.21"
|
futures = "0.1.21"
|
||||||
http = "0.1.5"
|
http = "0.1.5"
|
||||||
|
hyper = "0.12"
|
||||||
ruma-api = "0.5.0"
|
ruma-api = "0.5.0"
|
||||||
ruma-api-macros = "0.2.2"
|
ruma-api-macros = "0.2.2"
|
||||||
ruma-events = "0.10.0"
|
ruma-events = "0.10.0"
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
extern crate http;
|
extern crate http;
|
||||||
|
extern crate hyper;
|
||||||
extern crate ruma_api;
|
extern crate ruma_api;
|
||||||
extern crate ruma_api_macros;
|
extern crate ruma_api_macros;
|
||||||
extern crate ruma_events;
|
extern crate ruma_events;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user