From add435b034be6891c1d044ff54a085d35dfc764f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Fri, 3 Nov 2023 05:56:11 +0100 Subject: [PATCH] use locked instead of frozen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 96d579f6f..50ebacf61 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -17,4 +17,4 @@ jobs: - name: Cache Dependencies uses: Swatinem/rust-cache@v2 - name: Build all Packages and Features - run: cargo check --all-features --frozen --profile dev + run: cargo check --all-features --locked --profile dev