Skip to content

Commit

Permalink
Pin chrono (cloudflare#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg authored Mar 26, 2024
1 parent f6ba955 commit 25ed424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ resolver = "2"
[workspace.dependencies]
worker = { path = "./worker" }
async-trait = "0.1.74"
chrono = { version = "0.4.35", default-features = false, features = [
# TODO: Unpin after https://github.com/chronotope/chrono-tz/issues/152
chrono = { version = "=0.4.35", default-features = false, features = [
"wasmbind",
] }
chrono-tz = { version = "0.8.4", default-features = false }
Expand Down

0 comments on commit 25ed424

Please sign in to comment.