Skip to content

Commit

Permalink
chore: update PyO3 to 0.23.3 due to soundness bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Dec 18, 2024
1 parent 175a0ca commit a4fa92c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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 pumpkin-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ name = "pumpkin_py"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.23.0", features= ["extension-module"] }
pyo3 = { version = "0.23.3", features= ["extension-module"] }
pumpkin-solver = { path = "../pumpkin-solver" }

0 comments on commit a4fa92c

Please sign in to comment.