We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57041c2 commit d199e09Copy full SHA for d199e09
Cargo.toml
@@ -10,9 +10,11 @@ categories = ["database-implementations", "parsing"]
10
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
11
rust-version = "1.85.1"
12
13
+# Jitter has a dependency on pyo3, which needs to match the version used in Sail.
14
+# https://github.com/pydantic/jiter/blob/v0.9.1/Cargo.toml
15
[dependencies]
16
datafusion = { version = "49", default-features = false }
-jiter = "0.10"
17
+jiter = "0.9"
18
log = "0.4"
19
paste = "1"
20
0 commit comments