From 6cbcb2ed4568a9a38557c7bf96d93817e332c4a9 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 25 Mar 2025 12:33:58 +0100 Subject: [PATCH] wip --- ntex-net/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntex-net/Cargo.toml b/ntex-net/Cargo.toml index 03e2b0b0..a10b84be 100644 --- a/ntex-net/Cargo.toml +++ b/ntex-net/Cargo.toml @@ -27,8 +27,8 @@ compio = ["ntex-rt/compio", "ntex-compio"] # neon runtime neon = ["ntex-rt/neon", "ntex-neon", "slab", "socket2"] -polling = ["ntex-neon/polling", "dep:polling"] -io-uring = ["ntex-neon/io-uring", "dep:io-uring"] +polling = ["ntex-neon/polling", "dep:polling", "socket2"] +io-uring = ["ntex-neon/io-uring", "dep:io-uring", "socket2"] [dependencies] ntex-service = "3.3"