Skip to content

Commit 2246f61

Browse files
emilkArtem Novikov
authored andcommitted
fix: Use chrono >= 0.4.34, < 0.4.40 to avoid breaking (apache#7233)
1 parent 35db375 commit 2246f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ arrow-select = { version = "53.4.0", path = "./arrow-select" }
9393
arrow-string = { version = "53.4.0", path = "./arrow-string" }
9494
parquet = { version = "53.4.0", path = "./parquet", default-features = false }
9595

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

0 commit comments

Comments
 (0)