From 19b84b9d73f118260b01ea62933d25cc0b74d813 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Sat, 21 Mar 2026 16:03:54 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 025948a..3197bfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: - name: Clippy shell: bash - run: cargo clippy --workspace --lib --bins --locked -- -D warnings + run: cargo clippy --workspace --bins --locked -- -D warnings - name: Tests shell: bash