Skip to content

Commit 9cb9b1d

Browse files
Advance to datafusion 51.0.0 (#101)
1 parent aa9d13a commit 9cb9b1d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
[package]
22
name = "datafusion-functions-json"
3-
version = "0.50.0"
3+
version = "0.51.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.86.0"
11+
rust-version = "1.88.0"
1212

1313
[dependencies]
14-
datafusion = { version = "50", default-features = false }
15-
jiter = "0.11.1"
14+
datafusion = { version = "51", default-features = false, features = ["sql"] }
15+
jiter = "0.12.0"
1616
log = "0.4"
1717
paste = "1"
1818

1919
[dev-dependencies]
2020
codspeed-criterion-compat = "2.6"
21-
datafusion = { version = "50", default-features = false, features = [
22-
"nested_expressions",
21+
datafusion = { version = "51", default-features = false, features = [
22+
"nested_expressions",
23+
"sql",
2324
] }
2425
tokio = { version = "1.43", features = ["full"] }
2526

0 commit comments

Comments
 (0)