From 62dea0b12b275ac74faa032b1e2966d2dd74dbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Sun, 9 Feb 2025 01:11:00 +0100 Subject: [PATCH] cli: select io_uring feature by default --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1886627e4..7464b36a5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -31,4 +31,5 @@ csv = "1.3.1" miette = { version = "7.4.0", features = ["fancy"] } [features] +default = ["io_uring"] io_uring = ["limbo_core/io_uring"]