Skip to content

Commit

Permalink
update GitHub actions CI MSRV job
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Nov 27, 2024
1 parent 914cb53 commit 7694f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.79.0
- uses: dtolnay/rust-toolchain@1.80.0
- uses: Swatinem/rust-cache@v2
- run: >-
cargo check
Expand Down

0 comments on commit 7694f8a

Please sign in to comment.