1
0
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:
Nikolay Kim
2019-11-21 19:58:55 +06:00
parent ae4394c0f2
commit 5265714f68
6 changed files with 8 additions and 10 deletions

View File

@ -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"

View File

@ -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;