Skip to content

Commit

Permalink
Update Rust crate pyo3 to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 2cc5b37 commit 9ace25f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 127 deletions.
159 changes: 33 additions & 126 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "seahash"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.20.3", features = ["extension-module"] }
pyo3 = { version = "0.23.0", features = ["extension-module"] }
seahash = "4.1.0"

[build-dependencies]
Expand Down

0 comments on commit 9ace25f

Please sign in to comment.