From 794e491152184b19080a08d8e7a4e041378f44c3 Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Thu, 10 Aug 2023 10:57:30 +0200 Subject: [PATCH] update rust toolchain --- .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 da883b9d0..fd78f912f 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -161,7 +161,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.69.0 + toolchain: 1.71.1 override: true components: clippy - name: Cache dependencies