File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
- uses : dtolnay/rust-toolchain@v1
29
29
with :
30
30
toolchain : ${{ matrix.rust }}
31
- - uses : Swatinem/rust-cache@v2.7.5
31
+ - uses : Swatinem/rust-cache@v2.8.0
32
32
- name : Install the latest version of uv
33
33
uses : astral-sh/setup-uv@v6
34
34
with :
Original file line number Diff line number Diff line change 29
29
with :
30
30
toolchain : ${{ matrix.rust }}
31
31
override : true
32
- - uses : Swatinem/rust-cache@v2.7.5
32
+ - uses : Swatinem/rust-cache@v2.8.0
33
33
- uses : taiki-e/install-action@cargo-hack
34
34
- name : Install Linux tooling for 32 bit builds
35
35
run : |
Original file line number Diff line number Diff line change 29
29
- uses : dtolnay/rust-toolchain@v1
30
30
with :
31
31
toolchain : ${{ matrix.rust }}
32
- - uses : Swatinem/rust-cache@v2.7.5
32
+ - uses : Swatinem/rust-cache@v2.8.0
33
33
- uses : taiki-e/install-action@cargo-hack
34
34
- run : sudo apt-get update -y
35
35
if : matrix.os == 'ubuntu-24.04'
72
72
with :
73
73
toolchain : ${{ matrix.rust }}
74
74
components : clippy
75
- - uses : Swatinem/rust-cache@v2.7.5
75
+ - uses : Swatinem/rust-cache@v2.8.0
76
76
- uses : taiki-e/install-action@cargo-hack
77
77
- name : clippy (all targets, feature powerset)
78
78
run : cargo hack clippy --all-targets --feature-powerset -- -D warnings
Original file line number Diff line number Diff line change 28
28
with :
29
29
toolchain : ${{ matrix.rust }}
30
30
override : true
31
- - uses : Swatinem/rust-cache@v2.7.5
31
+ - uses : Swatinem/rust-cache@v2.8.0
32
32
- run : sudo apt-get update -y
33
33
if : matrix.os == 'ubuntu-24.04'
34
34
- run : sudo apt-get install -y valgrind
You can’t perform that action at this time.
0 commit comments