feat(MSRV): bump msrv in CI to 1.70.0

BREAKING CHANGE: this bumps the MSRV to 1.70.0
This commit is contained in:
Kat Marchán 2024-02-12 09:44:59 -08:00 committed by GitHub
parent 25fadde59b
commit 0e4c117e43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
rust: [1.67.0, stable] rust: [1.70.0, stable]
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest, windows-latest]
steps: steps: