We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76bc55 commit c32965cCopy full SHA for c32965c
Cargo.toml
@@ -93,4 +93,4 @@ arrow-select = { version = "53.3.0", path = "./arrow-select" }
93
arrow-string = { version = "53.3.0", path = "./arrow-string" }
94
parquet = { version = "53.3.0", path = "./parquet", default-features = false }
95
96
-chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
+chrono = { version = ">= 0.4.34, < 0.4.40", default-features = false, features = ["clock"] }
0 commit comments