Skip to content

Commit

Permalink
Update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jan 7, 2025
1 parent 511a7b5 commit e959830
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@1.80
- uses: dtolnay/rust-toolchain@1.83
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace --all-features

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@1.80
- uses: dtolnay/rust-toolchain@1.83
- if: matrix.os == 'ubuntu-latest-arm-8-cores'
run: sudo apt-get update && sudo apt-get install -y libpocl2 pocl-opencl-icd ocl-icd-opencl-dev
name: Install dependencies for testing openCL on Linux
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@1.80
- uses: dtolnay/rust-toolchain@1.83
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
Expand All @@ -99,10 +99,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@1.83
with:
components: clippy
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: Annotate commit with clippy warnings
uses: actions-rs/clippy-check@v1
Expand All @@ -122,7 +121,7 @@ jobs:
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@1.80
uses: dtolnay/rust-toolchain@1.83
with:
components: llvm-tools-preview
- name: cargo install cargo-llvm-cov
Expand Down Expand Up @@ -181,7 +180,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@1.80
- uses: dtolnay/rust-toolchain@1.83
- uses: Swatinem/rust-cache@v2
with:
key: ${{ join( matrix.os, '-' ) }}
Expand Down

0 comments on commit e959830

Please sign in to comment.