Skip to content

Commit

Permalink
CI: Match rust-toolchain action to MSRV version
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Nov 22, 2024
1 parent f07c1cc commit fbe216e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
- name: Install MSRV toolchain
uses: dtolnay/rust-toolchain@1.76

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -38,8 +38,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
- name: Install MSRV toolchain
uses: dtolnay/rust-toolchain@1.76

- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
- name: Install MSRV toolchain
uses: dtolnay/rust-toolchain@1.76
with:
components: rustfmt, clippy

Expand All @@ -98,8 +98,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
- name: Install MSRV toolchain
uses: dtolnay/rust-toolchain@1.76

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit fbe216e

Please sign in to comment.