Skip to content

Commit 8e5c3cc

Browse files
authored
don't require any datafusion features (#60)
1 parent 94c7c55 commit 8e5c3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111
rust-version = "1.79.0"
1212

1313
[dependencies]
14-
datafusion = "43"
14+
datafusion = { version = "43", default-features = false }
1515
jiter = "0.5"
1616
paste = "1"
1717
log = "0.4"

0 commit comments

Comments
 (0)