Skip to content

Commit

Permalink
bump toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Oct 14, 2024
1 parent 715e831 commit f54fdef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.81
- run: cargo test --all-targets --all-features

fmt:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.81
with:
components: rustfmt
- run: cargo fmt --all --check
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.81
with:
components: clippy
- run: cargo clippy --all-targets -- -D warnings
Expand Down

0 comments on commit f54fdef

Please sign in to comment.