Skip to content

Commit

Permalink
Update pyo3 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
benruijl committed Oct 16, 2024
1 parent dbaf1b2 commit f7c7e80
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 128 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ python_no_module = ["python_api"]
python_abi3 = ["pyo3/abi3", "pyo3/abi3-py37"]

[dependencies.pyo3]
features = ["extension-module", "abi3"]
features = ["extension-module", "abi3", "py-clone"]
optional = true
version = "0.20"
version = "0.22"

[dev-dependencies]
tracing-subscriber = {version = "0.3.18", features = ["env-filter"]}
Expand Down
Loading

0 comments on commit f7c7e80

Please sign in to comment.