Skip to content

Commit

Permalink
Depend on pyo3 version that supports Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-zon committed Oct 4, 2024
1 parent df4d44c commit 2d936f2
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 64 deletions.
139 changes: 76 additions & 63 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.20.0", features = ["extension-module", "generate-import-lib"] }
mimalloc = { version = "0.1.39", optional = true, default-features = false }

[features]
Expand Down

0 comments on commit 2d936f2

Please sign in to comment.