Skip to content

Commit 4956e2b

Browse files
authored
bump datafusion to 44, version to 0.44 (#62)
1 parent 49d3fbc commit 4956e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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"
77
license = "Apache-2.0"
88
keywords = ["datafusion", "JSON", "SQL"]
99
categories = ["database-implementations", "parsing"]
1010
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
11-
rust-version = "1.79.0"
11+
rust-version = "1.80.1"
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)