Skip to content

Commit

Permalink
Updates pyo3 to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Sep 4, 2024
1 parent 8e89482 commit 22c3418
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 88 deletions.
38 changes: 23 additions & 15 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 @@ -41,5 +41,5 @@ sequoia-openpgp = { version="1.21.2", default-features = false, features = ["cry


[dependencies.pyo3]
version = "0.20.0"
version = "0.22.2"

1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Adds API for changing primary key expiry date via rjce #151.
- Adds API for changing subkeys expiry date via rjce #152.
- Updates sequoia dependency to 1.21.2.
- Updates pyo3 dependency to 0.22.2.


## [0.14.1] - 2023-05-21
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "setuptools-rust"]

[project]
name = "johnnycanencrypt"
version = "0.14.1"
version = "0.15.0"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
Expand Down
Loading

0 comments on commit 22c3418

Please sign in to comment.