From 0a34f705660141712832a00b59d830f4594ba63a Mon Sep 17 00:00:00 2001 From: Tamo Date: Thu, 26 Oct 2023 13:39:52 +0200 Subject: [PATCH] update the CI --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index a44a843fe..ed044f11b 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -183,7 +183,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: 1.71.1 override: true components: rustfmt - name: Cache dependencies