Skip to content

Commit 3134cab

Browse files
upgrade arrow dependency version (#47)
Update Cargo.toml Co-authored-by: Val Lorentz <[email protected]>
1 parent 2aaeeb8 commit 3134cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rust-version = "1.73"
3232
all-features = true
3333

3434
[dependencies]
35-
arrow = { version = "53.1.0", features = ["prettyprint", "chrono-tz"] }
35+
arrow = { version = ">= 53.1.0, < 55.0.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] }
3636
bytemuck = { version = "1.18.0", features = ["must_cast"] }
3737
bytes = "1.4"
3838
chrono = { version = ">= 0.4.37, < 0.4.40", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)