From b1aaf5e4b5e177e0603f03d7ef441f7b303a55b8 Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Thu, 30 Jun 2022 20:31:55 -0400 Subject: [PATCH] Switch clippy to stable Happy 1.62.0, everyone! --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a01cb0a46..51b147a2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -230,7 +230,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: beta components: rustfmt, clippy override: true - name: run rustfmt