Increase Minimum Supported Rust Version to 1.64

It is required for clap_lex v0.3.2
and async_zip 0.0.11.
This commit is contained in:
link2xt
2023-03-18 19:01:44 +00:00
parent b83b9db712
commit dd57854ee3
3 changed files with 4 additions and 3 deletions

View File

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