Skip to content

Commit

Permalink
Use chrono >= 0.4.34, < 0.4.40 to avoid breaking
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 27, 2025
1 parent d4b9482 commit 9667428
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 @@ -93,4 +93,4 @@ arrow-select = { version = "54.2.0", path = "./arrow-select" }
arrow-string = { version = "54.2.0", path = "./arrow-string" }
parquet = { version = "54.2.0", path = "./parquet", default-features = false }

chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
chrono = { version = ">= 0.4.34, < 0.4.40", default-features = false, features = ["clock"] }

0 comments on commit 9667428

Please sign in to comment.