Skip to content

Commit

Permalink
bumps to newest pyO3, converts Py into Bound
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix authored and M5oul committed Dec 4, 2024
1 parent 2c66b22 commit 15b3fe4
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 214 deletions.
181 changes: 35 additions & 146 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ strip = true
overflow-checks = false

[dependencies]
pyo3 = { version = "0.19.0", features = ["extension-module", "generate-import-lib"] }
pyo3 = { version = "0.22", features = ["extension-module", "generate-import-lib"] }
mimalloc = { version = "0.1.39", optional = true, default-features = false }

[features]
Expand Down
Loading

0 comments on commit 15b3fe4

Please sign in to comment.