refactor(lib): change from futures-timer to tokio-timer
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
extern crate bytes;
|
||||
#[macro_use] extern crate futures;
|
||||
#[cfg(feature = "runtime")] extern crate futures_cpupool;
|
||||
extern crate futures_timer;
|
||||
extern crate h2;
|
||||
extern crate http;
|
||||
extern crate httparse;
|
||||
@@ -32,6 +31,7 @@ extern crate time;
|
||||
#[macro_use] extern crate tokio_io;
|
||||
#[cfg(feature = "runtime")] extern crate tokio_reactor;
|
||||
#[cfg(feature = "runtime")] extern crate tokio_tcp;
|
||||
#[cfg(feature = "runtime")] extern crate tokio_timer;
|
||||
extern crate want;
|
||||
|
||||
#[cfg(all(test, feature = "nightly"))]
|
||||
|
||||
Reference in New Issue
Block a user