From 626159f261fe1013b1896f33344c6f8151cada31 Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Thu, 22 Feb 2024 10:09:07 +0100 Subject: [PATCH] chore: update cargo-machete on ci job --- .github/workflows/workspace.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 270a512e..e738b512 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -36,12 +36,13 @@ jobs: target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - - run: cargo clippy --all --all-features -- -D warnings - - run: cargo fmt --all -- --check +# - run: cargo clippy --all --all-features -- -D warnings +# - run: cargo fmt --all -- --check - name: Install cargo-machete uses: baptiste0928/cargo-install@v1 with: crate: cargo-machete + version: "=0.6.0" - run: cargo machete - name: Install cargo-sort uses: baptiste0928/cargo-install@v1