From 7c8f6b03004b80b304c2d16768fca95df143baf3 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 18 Oct 2023 12:59:13 +0200 Subject: [PATCH] chore: fix fmt job --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9473a2d..8b81eec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,6 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly components: rustfmt - name: fmt run: cargo fmt --all -- --check