Skip to content

Commit

Permalink
build(deps): update pyo3 requirement from 0.22 to 0.23 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 670f4c5 commit b1d0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crate-type = ["cdylib"]

[dependencies]
libc = "0.2"
pyo3 = { version = "0.22", features = [
pyo3 = { version = "0.23", features = [
"extension-module",
"abi3",
"abi3-py38",
Expand Down

0 comments on commit b1d0c06

Please sign in to comment.