Skip to content

Commit

Permalink
Merge pull request #27 from messense/dependabot/cargo/pyo3-0.20.0
Browse files Browse the repository at this point in the history
Bump pyo3 from 0.19.2 to 0.20.0
  • Loading branch information
messense authored Oct 17, 2023
2 parents 6b76d85 + e461d0e commit b785c20
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 18 deletions.
52 changes: 35 additions & 17 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 @@ -15,4 +15,4 @@ crate-type = ["cdylib"]

[dependencies]
ammonia = "3.3.0"
pyo3 = { version = "0.19.2", features = ["abi3-py37", "extension-module"] }
pyo3 = { version = "0.20.0", features = ["abi3-py37", "extension-module"] }

0 comments on commit b785c20

Please sign in to comment.