From 9a86938ef2971f6659ce4014af7c31bc4059c10e Mon Sep 17 00:00:00 2001 From: dastansam Date: Sun, 18 Feb 2024 16:35:16 +0100 Subject: [PATCH] Nightly fmt --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index de9d44c..3e802d2 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -39,4 +39,4 @@ jobs: run: | SKIP_WASM_BUILD=1 cargo check --release --features=runtime-benchmarks - name: Check fmt - run: cargo fmt --all --check + run: cargo +nightly fmt --all --check