Skip to content

Commit

Permalink
Revert "Bump pyo3 from 0.22.0 to 0.22.2 (#1383)"
Browse files Browse the repository at this point in the history
This reverts commit a1ee736.
  • Loading branch information
sydney-runkle committed Aug 5, 2024
1 parent 81106d9 commit de472b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.

4 changes: 2 additions & 2 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.2", features = ["generate-import-lib", "num-bigint", "py-clone"] }
pyo3 = { version = "0.22.0", features = ["generate-import-lib", "num-bigint", "py-clone"] }
regex = "1.10.4"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
Expand Down Expand Up @@ -74,7 +74,7 @@ debug = true
strip = false

[dev-dependencies]
pyo3 = { version = "0.22.2", features = ["auto-initialize"] }
pyo3 = { version = "0.22.0", features = ["auto-initialize"] }

[build-dependencies]
version_check = "0.9.5"
Expand Down

0 comments on commit de472b9

Please sign in to comment.