From 2ef35646efbe382775c2cc2a674f52ddff6e3fdc Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Wed, 2 Oct 2024 00:03:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20CI:=20Use=20stable=20clippy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 4789882..1802123 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly + toolchain: stable components: clippy - uses: Swatinem/rust-cache@v2 - name: Check common mistakes