From e670a32ff39608f67cf4499b084757c7ab9d0f9c Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 6 Dec 2019 01:34:13 +0600 Subject: [PATCH] inclide stream feature --- actix-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 8b1a058d..e1e59907 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -22,4 +22,4 @@ actix-macros = "0.1.0-alpha.1" actix-threadpool = "0.3" futures = "0.3.1" copyless = "0.1.4" -tokio = { version = "0.2.2", default-features=false, features=["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal"] } +tokio = { version = "0.2.2", default-features=false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }