Bump MSRV for named profiles to work
Yay for cargo-msrv
This commit is contained in:
@@ -116,7 +116,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.79.0"]
|
||||
name: ubuntu / ${{ matrix.msrv }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -129,4 +129,4 @@ jobs:
|
||||
with:
|
||||
toolchain: ${{ matrix.msrv }}
|
||||
- name: cargo +${{ matrix.msrv }} check
|
||||
run: cargo check
|
||||
run: cargo check
|
||||
|
||||
Reference in New Issue
Block a user