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 2828 - uses : dtolnay/rust-toolchain@v1
2929 with :
3030 toolchain : ${{ matrix.rust }}
31- - uses : Swatinem/rust-cache@v2.7.5
31+ - uses : Swatinem/rust-cache@v2.8.0
3232 - name : Install the latest version of uv
3333 uses : astral-sh/setup-uv@v6
3434 with :
Original file line number Diff line number Diff line change 2929 with :
3030 toolchain : ${{ matrix.rust }}
3131 override : true
32- - uses : Swatinem/rust-cache@v2.7.5
32+ - uses : Swatinem/rust-cache@v2.8.0
3333 - uses : taiki-e/install-action@cargo-hack
3434 - name : Install Linux tooling for 32 bit builds
3535 run : |
Original file line number Diff line number Diff line change 2929 - uses : dtolnay/rust-toolchain@v1
3030 with :
3131 toolchain : ${{ matrix.rust }}
32- - uses : Swatinem/rust-cache@v2.7.5
32+ - uses : Swatinem/rust-cache@v2.8.0
3333 - uses : taiki-e/install-action@cargo-hack
3434 - run : sudo apt-get update -y
3535 if : matrix.os == 'ubuntu-24.04'
7272 with :
7373 toolchain : ${{ matrix.rust }}
7474 components : clippy
75- - uses : Swatinem/rust-cache@v2.7.5
75+ - uses : Swatinem/rust-cache@v2.8.0
7676 - uses : taiki-e/install-action@cargo-hack
7777 - name : clippy (all targets, feature powerset)
7878 run : cargo hack clippy --all-targets --feature-powerset -- -D warnings
Original file line number Diff line number Diff line change 2828 with :
2929 toolchain : ${{ matrix.rust }}
3030 override : true
31- - uses : Swatinem/rust-cache@v2.7.5
31+ - uses : Swatinem/rust-cache@v2.8.0
3232 - run : sudo apt-get update -y
3333 if : matrix.os == 'ubuntu-24.04'
3434 - run : sudo apt-get install -y valgrind
You can’t perform that action at this time.
0 commit comments