Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/lirber/mastiff' int…
Browse files Browse the repository at this point in the history
…o lirber/mastiff
  • Loading branch information
luizirber committed Oct 9, 2023
2 parents 2a0a619 + 8464094 commit 1fab8f8
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 1fab8f8

Please sign in to comment.