Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- uses: swatinem/rust-cache@v1
- uses: swatinem/rust-cache@v2
- name: cargo-check
uses: actions-rs/cargo@v1
with:
Expand All @@ -52,7 +52,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- uses: swatinem/rust-cache@v1
- uses: swatinem/rust-cache@v2
- name: cargo-test
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
toolchain: 1.60.0
override: true
- uses: swatinem/rust-cache@v1
- uses: swatinem/rust-cache@v2
- run: rustup component add clippy
- name: cargo-clippy
run: cargo clippy --all --all-targets --all-features
Expand Down