Skip to content

Commit 4151810

Browse files
committed
bump datafusion 44, version to 0.44
1 parent 49d3fbc commit 4151810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-functions-json"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
edition = "2021"
55
description = "JSON functions for DataFusion"
66
readme = "README.md"
@@ -11,7 +11,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111
rust-version = "1.79.0"
1212

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

0 commit comments

Comments
 (0)