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 }