From 5fd7f8f18738635b9bb24b9fe37a7151b11663a3 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Mon, 22 Mar 2021 00:26:24 +0800 Subject: [PATCH] pin async fn ready in poll_xxx_ready --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30ca6388..78e54d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,3 @@ actix-tls = { path = "actix-tls" } actix-tracing = { path = "actix-tracing" } actix-utils = { path = "actix-utils" } bytestring = { path = "bytestring" } - -tokio = { git = "https://github.com/fakeshadow/tokio", branch = "feature/net_poll_ready" } \ No newline at end of file