From d2d2782cb039e03b03941dc53c502360575f9da7 Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Thu, 3 Oct 2019 17:05:37 +0200 Subject: [PATCH] switch rustfmt to nightly --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9127cb2..ec69f4a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: nightly - run: rustup component add rustfmt - uses: actions-rs/cargo@v1 with: