Bump MSRV to 1.57
This commit is contained in:
4
.github/workflows/check.yaml
vendored
4
.github/workflows/check.yaml
vendored
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
msrv = "1.56.0"
|
||||
msrv = "1.57.0"
|
||||
|
||||
Reference in New Issue
Block a user