Skip to content

Commit

Permalink
chrono 0.4.40 causes disambiguation syntax when building arrow deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Falk <alexfalk7@gmail.com>
  • Loading branch information
Nordalf authored and rtyler committed Feb 26, 2025
1 parent 6b86c75 commit 94a2009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ strum = { version = "0.26"}

# "stdlib"
bytes = { version = "1" }
chrono = { version = ">0.4.34", default-features = false, features = ["clock"] }
chrono = { version = "=0.4.39", default-features = false, features = ["clock"] }
tracing = { version = "0.1", features = ["log"] }
regex = { version = "1" }
thiserror = { version = "2" }
Expand Down

0 comments on commit 94a2009

Please sign in to comment.