Skip to content

Commit

Permalink
Update to toolchain 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed May 16, 2024
1 parent e28ee49 commit 17a2675
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.78.0
default: true
components: rustfmt
- uses: Swatinem/rust-cache@v2
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.78.0
default: true
components: clippy
- uses: Swatinem/rust-cache@v2
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.72.0
- 1.78.0
- nightly
continue-on-error: ${{ matrix.toolchain == 'nightly' }}
steps:
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.78.0
default: true
- uses: Swatinem/rust-cache@v2
- run: ./scripts/ci/build-test
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.78.0
default: true
- uses: Swatinem/rust-cache@v2
- run: ./scripts/ci/build-test
Expand Down

0 comments on commit 17a2675

Please sign in to comment.