Skip to content

Commit

Permalink
build: Use chrono version from git (#2469)
Browse files Browse the repository at this point in the history
Make `chrono` a git dependency temporarily to prevent panics. We can
bump to chrono `0.4.29` once
chronotope/chrono#1254 is released.
  • Loading branch information
jjbayer committed Sep 5, 2023
1 parent ae116c5 commit c6d08a8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
38 changes: 25 additions & 13 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 @@ -15,7 +15,8 @@ debug = true

[workspace.dependencies]
anyhow = "1.0.66"
chrono = { version = "0.4.28", default-features = false, features = [
# Temporarily get chrono from git until https://github.com/chronotope/chrono/pull/1254 has been released.
chrono = { git = "https://github.com/chronotope/chrono.git", rev = "5a6b2b40a781c19ad34a3593313468d922fceeea", default-features = false, features = [
"std",
"serde",
] }
Expand Down

0 comments on commit c6d08a8

Please sign in to comment.