Skip to content

Commit ab8b8d6

Browse files
Relax chrono version (#343)
1 parent c371d52 commit ab8b8d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ bytes = { version = "1.7.1", optional = true }
1919
byte-unit = { version = "5.1.4", optional = true }
2020
bigdecimal = "0.4.5"
2121
byteorder = "1.5.0"
22-
# pending next arrow-rs release which resolves chrono's quarter() conflict https://github.com/apache/arrow-rs/commit/2fddf85afcd20110ce783ed5b4cdeb82293da30b
23-
chrono = "=0.4.39"
22+
chrono = "0.4"
2423
datafusion = "45"
2524
datafusion-expr = { version = "45", optional = true }
2625
datafusion-physical-expr = { version = "45", optional = true }

0 commit comments

Comments
 (0)