We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaeeb8 commit 3134cabCopy full SHA for 3134cab
1 file changed
Cargo.toml
@@ -32,7 +32,7 @@ rust-version = "1.73"
32
all-features = true
33
34
[dependencies]
35
-arrow = { version = "53.1.0", features = ["prettyprint", "chrono-tz"] }
+arrow = { version = ">= 53.1.0, < 55.0.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] }
36
bytemuck = { version = "1.18.0", features = ["must_cast"] }
37
bytes = "1.4"
38
chrono = { version = ">= 0.4.37, < 0.4.40", default-features = false, features = ["std"] }
0 commit comments