From 5bac005cf8d100be9b706ec771721ce7442aa7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Kr=C3=BCger?= Date: Fri, 21 Jun 2024 14:46:49 +0100 Subject: [PATCH] WIP: Bump CI Rust version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90cc991a2b..567e456a3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: if: matrix.sanitizer == 'address' uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2022-07-20 + toolchain: stable - name: Settings for cargo in Linux if: matrix.sanitizer == 'address' run: |