Bump MSRV to 1.62

This commit is contained in:
2022-09-08 17:34:59 -04:00
parent 86d6432982
commit eebcb51d0d
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [ stable, 1.61.0, nightly ]
toolchain: [ stable, 1.62.0, nightly ]
fail-fast: false
env:
RUSTFLAGS: -D warnings
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
toolchain: [ stable, 1.61.0, nightly ]
toolchain: [ stable, 1.62.0, nightly ]
fail-fast: false
runs-on: ${{ matrix.platform }}
steps: