From 3f711b0d80b64a055321022694560f630a6f1d00 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Sat, 5 Feb 2022 01:11:26 +0600 Subject: [PATCH] Revert "Update `rustfmt` on the CI" This reverts commit 0dce872a9acb9b3fbcc4697e0d670c867a9f67b3. --- .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 e5d2abae..1dcf1956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-02 + toolchain: nightly-2021-10-24 override: true components: rustfmt