Skip to content

Commit 5f324a5

Browse files
committed
pin arrow to 55.0.0
1 parent 2e10e88 commit 5f324a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/datafusion-ffi-example/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ edition = "2021"
2424
datafusion = { version = "47.0.0" }
2525
datafusion-ffi = { version = "47.0.0" }
2626
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py39"] }
27-
arrow = { version = "55" }
28-
arrow-array = { version = "55" }
29-
arrow-schema = { version = "55" }
27+
arrow = { version = "55.0.0" }
28+
arrow-array = { version = "55.0.0" }
29+
arrow-schema = { version = "55.0.0" }
3030

3131
[build-dependencies]
3232
pyo3-build-config = "0.23"

0 commit comments

Comments
 (0)