From e8c113958173be4809a59d2c6cfd94c9a4170e66 Mon Sep 17 00:00:00 2001 From: Michael Baikov Date: Wed, 12 Feb 2025 12:32:08 -0500 Subject: [PATCH] event: actually needs poll Epoll::wait requires EpollTimeout which is a type alias for PollTimeout, which is blocked by `poll` feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93ce205d31..c6690d46ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ acct = [] aio = ["pin-utils"] dir = ["fs"] env = [] -event = [] +event = ["poll"] fanotify = [] feature = [] fs = []