Skip to content

Commit

Permalink
deps: pin chrono to 0.4.39 as 0.4.40 was causing arrow compilation er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
jqnatividad committed Feb 26, 2025
1 parent 166f4e7 commit 914e1b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
25 changes: 12 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cached = { version = "0.54", features = [
], optional = true }
calamine = { version = "0.26", features = ["dates"] }
censor = { version = "0.3", optional = true }
chrono = { version = "0.4", default-features = false }
chrono = { version = "=0.4.39", default-features = false }
chrono-tz = "0.10"
console = { version = "0.15", optional = true }
cpc = { version = "1.9", optional = true }
Expand Down

0 comments on commit 914e1b6

Please sign in to comment.