From aa5ef1477038fd8ee9a19fbbfaa7cc4135af6722 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Wed, 10 Nov 2021 00:47:44 +0800 Subject: [PATCH] remove actix-rt/io-uring feature requirement --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb321f792..466888c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ rustls = ["actix-http/rustls", "actix-tls/accept", "actix-tls/rustls"] __compress = [] # io-uring feature only avaiable for linux OS. -io-uring = ["actix-rt/io-uring", "actix-server/io-uring"] +io-uring = ["actix-server/io-uring"] [dependencies] actix-codec = "0.4.0"