Skip to content

Commit 40f0096

Browse files
committed
update
1 parent 00ca8eb commit 40f0096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ 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
# Jitter has a dependency on pyo3, which needs to match the version used in Sail.
1414
# https://github.com/pydantic/jiter/blob/v0.10.0/Cargo.toml
1515
[dependencies]
16-
datafusion = { version = "50", default-features = false }
16+
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "9f0df748ef3018a363cee2f0946399f9ef9014f1", default-features = false }
1717
jiter = "0.10"
1818
log = "0.4"
1919
paste = "1"
2020

2121
[dev-dependencies]
2222
codspeed-criterion-compat = "2.6"
23-
datafusion = { version = "50", default-features = false, features = [
23+
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "9f0df748ef3018a363cee2f0946399f9ef9014f1", default-features = false, features = [
2424
"nested_expressions",
2525
] }
2626
tokio = { version = "1.43", features = ["full"] }

0 commit comments

Comments
 (0)