Skip to content

Commit

Permalink
update rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
gborough committed Jan 6, 2025
1 parent 227c637 commit c682619
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ on:
pull_request:

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true

jobs:
format:
name: Cargo format
runs-on: ubuntu-latest
steps:

- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.76.0
toolchain: 1.81.0
components: rustfmt

- name: Checkout source
Expand All @@ -40,11 +39,10 @@ jobs:
name: Security check
runs-on: ubuntu-latest
steps:

- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.76.0
toolchain: 1.81.0
components: rustfmt

- name: Checkout sources
Expand All @@ -71,11 +69,10 @@ jobs:
name: Check clippy
runs-on: ubuntu-latest
steps:

- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.76.0
toolchain: 1.81.0
components: clippy

- name: Checkout sources
Expand All @@ -102,11 +99,10 @@ jobs:
name: Cargo test
runs-on: ubuntu-latest
steps:

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.76.0
toolchain: 1.81.0

- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit c682619

Please sign in to comment.