From 92338464797216be9f00652cb85746e53a71d07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Thu, 3 Nov 2022 17:11:47 +0000 Subject: [PATCH] Update release-cross.yml --- .github/workflows/release-cross.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cross.yml b/.github/workflows/release-cross.yml index 16554df0..9a2c8eac 100644 --- a/.github/workflows/release-cross.yml +++ b/.github/workflows/release-cross.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.57.0 + toolchain: stable profile: minimal default: true override: true