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"