Skip to content

Commit

Permalink
Increase minimum chrono version to 0.4.24 (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Apr 15, 2023
1 parent f24afc8 commit 7bdc1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ahash = { version = "0.8", default-features = false, features = ["runtime-rng"]
arrow-buffer = { workspace = true }
arrow-schema = { workspace = true }
arrow-data = { workspace = true }
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
chrono-tz = { version = "0.8", optional = true }
num = { version = "0.4", default-features = false, features = ["std"] }
half = { version = "2.1", default-features = false, features = ["num-traits"] }
Expand Down

0 comments on commit 7bdc1df

Please sign in to comment.