From d4f9a14bd29b16f03f7f0e61e1a10bdcbf77a6b3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 21 Mar 2023 21:30:04 +0000 Subject: ci(check): use table toolchain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m not sure why this never got bumped. I’m guessing it just hadn’t caused any problems until now. --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 47f63a3..c1d1f7a 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -23,7 +23,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-22 + toolchain: stable components: rustfmt, clippy override: true -- cgit v1.2.3