From 468e3151db0fb7667053eca466e8a4b5bd2d21d8 Mon Sep 17 00:00:00 2001 From: Gabriel Musat Mestre Date: Wed, 24 Sep 2025 15:48:46 +0200 Subject: [PATCH] Do not require default datafusion features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5db2cf..dd6565f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["benchmarks"] [workspace.dependencies] -datafusion = { version = "49.0.0" } +datafusion = { version = "49.0.0", default-features = false } datafusion-proto = { version = "49.0.0" } [package]