From 932ee2e5f11a46c34ef98e1d918826bb8013c317 Mon Sep 17 00:00:00 2001 From: p0lunin Date: Thu, 2 Jul 2020 15:54:24 +0300 Subject: [PATCH] changed toolchain on rustfmt --- .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 18d21ba5..01d8230f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cargo fmt - run: cargo fmt --all -- --check + run: cargo +nightly fmt --all -- --check - name: Cargo clippy run: cargo clippy --all-targets --all-features -- -D warnings stable-test: