mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 22:07:42 +02:00
prep alpha.1 release
This commit is contained in:
@ -28,4 +28,4 @@ pin-project = "0.4.5"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = "0.2.0-alpha.6"
|
||||
actix-rt = "0.2"
|
||||
# actix-rt = "1.0.0-alpha.1"
|
||||
|
@ -4,8 +4,6 @@ use std::rc::Rc;
|
||||
use std::sync::Arc;
|
||||
use std::task::{self, Context, Poll};
|
||||
|
||||
use futures::future::{ready, Ready};
|
||||
|
||||
mod and_then;
|
||||
mod apply;
|
||||
mod apply_cfg;
|
||||
|
Reference in New Issue
Block a user