From a17464ca5cd52391dd6334feb0255ff7ad1bd224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Sat, 11 Jan 2025 14:47:29 +0100 Subject: [PATCH] cli: Add io_uring feature to match core --- cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 193230b29..1886627e4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -29,3 +29,6 @@ rustyline = "12.0.0" ctrlc = "3.4.4" csv = "1.3.1" miette = { version = "7.4.0", features = ["fancy"] } + +[features] +io_uring = ["limbo_core/io_uring"]