Bump MSRV for named profiles to work

Yay for cargo-msrv
This commit is contained in:
2024-09-12 22:31:29 -05:00
parent 41b487e70e
commit d181a690f8

View File

@@ -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