We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35db375 commit 2246f61Copy full SHA for 2246f61
Cargo.toml
@@ -93,4 +93,4 @@ arrow-select = { version = "53.4.0", path = "./arrow-select" }
93
arrow-string = { version = "53.4.0", path = "./arrow-string" }
94
parquet = { version = "53.4.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