From eb2d6fe300abf4a1bacb8d68d023b3874d90191c Mon Sep 17 00:00:00 2001 From: lbeder Date: Sat, 24 Dec 2022 02:46:45 +0000 Subject: [PATCH] Remove override --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44b6992..6031dc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: stable - override: true components: clippy - name: Setup cargo-audit