From b6003cb428092aec533d7ac7d467f79c6a3a42b5 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 14 May 2024 12:08:05 +0100 Subject: [PATCH] build: Use correct MSRV version for release workflow Signed-off-by: Rob Bradford --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 02f85f755..c5ddae180 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: target: ${{ matrix.platform.target }} args: ${{ matrix.platform.args }} strip: true - toolchain: 1.74.1 + toolchain: "1.77.0" - name: Copy Release Binaries if: github.event_name == 'create' && github.event.ref_type == 'tag' shell: bash