Increase MSRV to 1.65.0

This commit is contained in:
link2xt
2023-03-27 10:29:43 +00:00
parent 4223cac7a5
commit a4a53d5299
3 changed files with 4 additions and 3 deletions

View File

@@ -81,13 +81,13 @@ jobs:
rust: 1.68.0
python: 3.9
# Minimum Supported Rust Version = 1.64.0
# Minimum Supported Rust Version = 1.65.0
#
# Minimum Supported Python Version = 3.7
# This is the minimum version for which manylinux Python wheels are
# built.
- os: ubuntu-latest
rust: 1.64.0
rust: 1.65.0
python: 3.7
runs-on: ${{ matrix.os }}
steps: