Bump MSRV to 1.75

This commit is contained in:
Danilo Bargen 2024-06-10 23:25:18 +02:00
commit 86293c8723
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.64.0]
toolchain: [stable, 1.75.0]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4