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 d4b9482 commit 9667428Copy full SHA for 9667428
Cargo.toml
@@ -93,4 +93,4 @@ arrow-select = { version = "54.2.0", path = "./arrow-select" }
93
arrow-string = { version = "54.2.0", path = "./arrow-string" }
94
parquet = { version = "54.2.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