Bump MSRV to 1.59

This commit is contained in:
Quentin Gliech
2022-06-02 12:34:31 +02:00
parent bfbdb9efe4
commit 29c819c6ba
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.57.0" # MSRV
toolchain: "1.59.0" # MSRV
target: x86_64-unknown-linux-musl
profile: minimal
override: true
@@ -166,7 +166,7 @@ jobs:
fail-fast: false # Continue other jobs if one fails to help filling the cache
matrix:
toolchain:
- "1.57.0" # MSRV
- "1.59.0" # MSRV
- stable
- beta
- nightly