Skip to content

Commit

Permalink
pin chrono dependency to 0.4.38 to fix upstteam compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed May 10, 2024
1 parent 5ca22ce commit 09a517c
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 @@ -28,7 +28,7 @@ examples = ["anyhow", "clap", "env_logger"]
python = ["pyo3", "numpy", "ndarray"]

[dependencies]
chrono = "~0.4"
chrono = "0.4.38"
fitsio = "~0.20"
fitsio-sys = "~0.4"
lazy_static = "~1.4"
Expand Down

0 comments on commit 09a517c

Please sign in to comment.