Skip to content

Commit a85bdec

Browse files
Merge pull request #44 from influxdata/cn/chrono-arrow-arith
fix: Downgrade chrono to avoid conflict with arrow-arith
2 parents af9fabe + 2fa319b commit a85bdec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

partition/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ workspace = true
1010

1111
[dependencies]
1212
arrow = { workspace = true }
13-
chrono = { version = "0.4", default-features = false }
13+
# Locked because of https://github.com/apache/arrow-rs/issues/7196
14+
chrono = { version = "= 0.4.39", default-features = false }
1415
data_types = { path = "../data_types" }
1516
hashbrown = { workspace = true }
1617
mutable_batch = { path = "../mutable_batch" }

0 commit comments

Comments
 (0)