Skip to content

Commit d199e09

Browse files
committed
Save
1 parent 57041c2 commit d199e09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ categories = ["database-implementations", "parsing"]
1010
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111
rust-version = "1.85.1"
1212

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
1315
[dependencies]
1416
datafusion = { version = "49", default-features = false }
15-
jiter = "0.10"
17+
jiter = "0.9"
1618
log = "0.4"
1719
paste = "1"
1820

0 commit comments

Comments
 (0)