Skip to content

Commit

Permalink
chore: Fix chrono dependency definition. (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk authored Feb 24, 2024
1 parent 8db2928 commit 22cefce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ polars = { version = "0.37.0", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.11.1"
pyo3 = { version = "0.20.2", default-features = false }
pyo3-log = "0.9.0"
tracing = { version ="0.1", features = ["log"] }
tracing = { version = "0.1", features = ["log"] }
csv = "1.1"
hdf5 = { git="https://github.com/aldanor/hdf5-rust.git", package = "hdf5", features=["static", "zlib"] }
pywr-v1-schema = { git = "https://github.com/pywr/pywr-schema/", tag="v0.9.0", package = "pywr-schema" }
chrono = { workspace = true }
hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git", package = "hdf5", features = ["static", "zlib"] }
pywr-v1-schema = { git = "https://github.com/pywr/pywr-schema/", tag = "v0.9.0", package = "pywr-schema" }
chrono = { version = "0.4.34" }

0 comments on commit 22cefce

Please sign in to comment.