1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00

stable compat

This commit is contained in:
Nikolay Kim 2018-09-04 12:42:06 -07:00
parent 9456065d7b
commit 8540d81dcf

View File

@ -13,7 +13,6 @@ extern crate log;
extern crate bytes;
#[macro_use]
extern crate failure;
extern crate actix;
extern crate futures;
extern crate mio;
extern crate net2;
@ -27,6 +26,9 @@ extern crate tokio_timer;
extern crate tower_service;
extern crate trust_dns_resolver;
#[macro_use]
extern crate actix;
#[cfg(feature = "tls")]
extern crate native_tls;