Skip to content

Commit 811ea30

Browse files
committed
prep for datafusion 49
1 parent 6e9b678 commit 811ea30

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Cargo.toml

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

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

1919
[dev-dependencies]
20-
datafusion = { version = "48", default-features = false, features = [
20+
datafusion = { version = "49", default-features = false, features = [
2121
"nested_expressions",
2222
] }
2323
codspeed-criterion-compat = "2.6"
@@ -34,3 +34,6 @@ pedantic = { level = "deny", priority = -1 }
3434
[[bench]]
3535
name = "main"
3636
harness = false
37+
38+
[patch.crates-io]
39+
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "aab44fdaaec28fd13b544ccff239c8b8fe6cee2f" }

0 commit comments

Comments
 (0)