From 257b9ee277779c12bfef41d415c0ba1f30af8843 Mon Sep 17 00:00:00 2001 From: Pavel Kalugin Date: Thu, 30 Jul 2020 23:29:10 +0300 Subject: [PATCH] Fix style action --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index a5f757e0..a617a6f4 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -78,7 +78,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: nightly-2020-06-25 components: "clippy,rustfmt" override: true - name: check rust code formatting