Skip to content

Commit

Permalink
Deps: chrono version pin (#2798)
Browse files Browse the repository at this point in the history
To install sourmash from mastiff branch in pyo3-branchwater, I need to
bump chrono back to 0.4.28 (from 0.4.31) to avoid incompatibilities with
`piz`.
  • Loading branch information
bluegenes authored Oct 9, 2023
1 parent 3a13ab2 commit 8464094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"maturin>=1,<2",
"maturin>=1,<1.3.0",
"cffi",
]
build-backend = 'maturin'
Expand Down
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ version = "0.3.64"
features = ["console", "File"]

[target.'cfg(all(target_arch = "wasm32"))'.dependencies.chrono]
version = "0.4.31"
version = "0.4.28"
features = ["wasmbind"]

[target.'cfg(all(target_arch = "wasm32", target_os="unknown"))'.dev-dependencies]
Expand Down

0 comments on commit 8464094

Please sign in to comment.