diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 389341298..45b32bae4 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -13,7 +13,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: nightly override: true components: rustfmt - uses: actions-rs/cargo@v1