Skip to content

Commit

Permalink
bump to PyO3 0.22.6 (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Nov 21, 2024
1 parent afd23ee commit 4477692
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rust-version = "1.75"
[dependencies]
# TODO it would be very nice to remove the "py-clone" feature as it can panic,
# but needs a bit of work to make sure it's not used in the codebase
pyo3 = { version = "0.22.5", features = ["generate-import-lib", "num-bigint", "py-clone"] }
pyo3 = { version = "0.22.6", features = ["generate-import-lib", "num-bigint", "py-clone"] }
regex = "1.11.1"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
Expand Down Expand Up @@ -74,12 +74,12 @@ debug = true
strip = false

[dev-dependencies]
pyo3 = { version = "0.22.5", features = ["auto-initialize"] }
pyo3 = { version = "0.22.6", features = ["auto-initialize"] }

[build-dependencies]
version_check = "0.9.5"
# used where logic has to be version/distribution specific, e.g. pypy
pyo3-build-config = { version = "0.22.0" }
pyo3-build-config = { version = "0.22.6" }

[lints.clippy]
dbg_macro = "warn"
Expand Down

0 comments on commit 4477692

Please sign in to comment.