Bump MSRV to 1.57

This commit is contained in:
Quentin Gliech
2022-04-06 22:46:39 +02:00
parent b2473df401
commit bfc5fa8ec7
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.56.0" # MSRV
toolchain: "1.57.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.56.0" # MSRV
- "1.57.0" # MSRV
- stable
- beta
- nightly

View File

@@ -1 +1 @@
msrv = "1.56.0"
msrv = "1.57.0"