From 68c11a6b8037b63f1e405d9cc57e6d7efdbf7167 Mon Sep 17 00:00:00 2001 From: Alain Siegrist Date: Fri, 22 Sep 2023 18:16:11 +0200 Subject: [PATCH] Set fixed formatting toolchain --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1759094..690c654a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,11 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.71.1 components: rustfmt - uses: actions-rs/cargo@v1 with: + toolchain: 1.71.1 command: fmt args: --all -- --check