Skip to content

Commit c32965c

Browse files
committed
fix: Use chrono >= 0.4.34, < 0.4.40 to avoid breaking
1 parent b76bc55 commit c32965c

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
@@ -93,4 +93,4 @@ arrow-select = { version = "53.3.0", path = "./arrow-select" }
9393
arrow-string = { version = "53.3.0", path = "./arrow-string" }
9494
parquet = { version = "53.3.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)