Bump MSRV to 1.64 (#352)

This commit is contained in:
Danilo Bargen 2024-02-11 15:20:11 +01:00 committed by GitHub
commit 2e731d7d17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [stable, 1.62.1]
toolchain: [stable, 1.64.0]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3