Update rpgp to 0.9 and bump MSRV to 1.57.0

This commit is contained in:
link2xt
2022-11-07 12:58:14 +00:00
parent 0194c7fcbc
commit a271baa1ae
4 changed files with 107 additions and 178 deletions

View File

@@ -83,13 +83,13 @@ jobs:
rust: 1.61.0
python: false # Python bindings compilation on Windows is not supported.
# Minimum Supported Rust Version = 1.56.1
# Minimum Supported Rust Version = 1.57.0
#
# Minimum Supported Python Version = 3.7
# This is the minimum version for which manylinux Python wheels are
# built.
- os: ubuntu-latest
rust: 1.56.1
rust: 1.57.0
python: 3.7
runs-on: ${{ matrix.os }}
steps: