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 19, 2024
1 parent d5df8f3 commit 0914218
Showing 1 changed file with 1 addition and 1 deletion.
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 = "0.23.0"
pyo3 = { version = "0.23.3", features= ["extension-module"] }
pumpkin-solver = { path = "../pumpkin-solver" }

0 comments on commit 0914218

Please sign in to comment.