Skip to content

Commit

Permalink
Use Rust 1.78 for fmt and clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed May 20, 2024
1 parent 06233b2 commit 18e6a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

lint:
runs-on: ubuntu-22.04
container: rust:1.69
container: rust:1.78
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- run: cargo clippy --all-targets --all-features -- -D warnings

fmt:
runs-on: ubuntu-22.04
container: rust:1.69
container: rust:1.78
steps:
- uses: actions/checkout@v3
- run: rustup component add rustfmt
Expand Down

0 comments on commit 18e6a62

Please sign in to comment.