From d1024c8af4d1729856e42cd3115257df87bee9b0 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Thu, 5 Dec 2024 14:50:53 +0000 Subject: [PATCH] don't require any datafusion features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96b811a..831cfb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/" rust-version = "1.79.0" [dependencies] -datafusion = "43" +datafusion = { version = "43", default-features = false } jiter = "0.5" paste = "1" log = "0.4"