From d4de451d459f7df2d9f87ad848e4eafe7e1227f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Sat, 11 Jan 2025 16:53:55 +0100 Subject: [PATCH] core: enable rustix/io_uring with io_uring feature --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index fc1f88fe2..c0c12a0a3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ json = [ "dep:pest_derive", ] uuid = ["dep:uuid"] -io_uring = ["dep:io-uring"] +io_uring = ["dep:io-uring", "rustix/io_uring"] [target.'cfg(target_os = "linux")'.dependencies] io-uring = { version = "0.6.1", optional = true }