Skip to content

Commit

Permalink
Fix arrow version requirement (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Oct 29, 2024
1 parent dfb1ede commit f934c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rust-version = "1.73"
all-features = true

[dependencies]
arrow = { version = "53", features = ["prettyprint", "chrono-tz"] }
arrow = { version = "53.1.0", features = ["prettyprint", "chrono-tz"] }
bytemuck = { version = "1.18.0", features = ["must_cast"] }
bytes = "1.4"
chrono = { version = "0.4.37", default-features = false, features = ["std"] }
Expand Down

0 comments on commit f934c8e

Please sign in to comment.