Skip to content

Commit 25e2007

Browse files
Update Cargo.toml
Co-authored-by: Val Lorentz <[email protected]>
1 parent dbb9d79 commit 25e2007

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 = "54.2.1", features = ["prettyprint", "chrono-tz"] }
35+
arrow = { version = ">= 53.1.0, < 55.0.0", features = ["prettyprint", "chrono-tz"] }
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)