Skip to content

Commit

Permalink
Upgraded to PyO3 0.22.2 and maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Aug 8, 2024
1 parent 1bb101a commit 2e45afd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is autogenerated by maturin v1.6.0
# This file is autogenerated by maturin v1.7.0
# To update, run
#
# maturin generate-ci github
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fast-float = "0.2"
itertools = "0.9.0"
lazy_static = "1.4.0"
log = "0.4.14"
pyo3 = { version = "0.22.1", features = ["extension-module"] }
pyo3 = { version = "0.22.2", features = ["extension-module"] }
rayon = "1.10.0"
serde = {version = "1.0.14", default-features = false}
serde_derive = {version = "1.0.14", default-features = false}
Expand Down

0 comments on commit 2e45afd

Please sign in to comment.