Bump msrv for base64
This commit is contained in:
parent
3198ddaf15
commit
0a0a05bdbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
|
||||
strategy:
|
||||
matrix:
|
||||
msrv: [1.56.1] # 2021 edition requires 1.56
|
||||
msrv: [1.57.0] # base64 0.21 requires 1.57
|
||||
name: ubuntu / ${{ matrix.msrv }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue