Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
rust:
- nightly
- 1.88.0 # MSRV
- 1.91.0 # MSRV
- stable

steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
cargo clippy --all-targets --all-features -- -Dwarnings

- name: MSRV Check
if: ${{ matrix.rust == '1.88.0' }}
if: ${{ matrix.rust == '1.91.0' }}
# Note we have to actually _run_ the application to check the MSRV.
# The standard `cargo check` may successfully build on an earlier
# Rust, but cargo-oudated by not be able to successfully run in such
Expand Down
Loading
Loading