Skip to content

Commit

Permalink
chore: Use crates.io for pywr-v1-schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Jul 25, 2024
1 parent 5fda5e8 commit d9823fa
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 @@ -46,6 +46,6 @@ pyo3-log = "0.11"
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.13.0", package = "pywr-schema" }
pywr-v1-schema = "0.14"
chrono = { version = "0.4.34", features = ["serde"] }
schemars = { version = "0.8.16", features = ["chrono"] }

0 comments on commit d9823fa

Please sign in to comment.