From 7acd54a9b785f876b4ed3334e071aefc37f9f0f5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 1 Aug 2025 18:20:15 +0100 Subject: [PATCH] Use --workspace instead of deprecated --all --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c601ddaa..0bb418d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Run clippy run: | cargo clippy -- --version - cargo clippy --all --all-targets -- -Dwarnings + cargo clippy --workspace --all-targets -- -Dwarnings rust: strategy: