From 9422a20ab7a6dccaeb424b1c783716f59b6de690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20H=C3=A5kansson?= Date: Wed, 1 May 2024 14:52:44 +0200 Subject: [PATCH] Github action actions-rs/toolchain replaced with dtolnay/rust-toolchain --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 883fd93..afecc6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,10 +45,9 @@ jobs: uses: actions/checkout@v4 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: - toolchain: ${{ matrix.rust }} - target: ${{ matrix.target }} + targets: ${{ matrix.target }} - name: Build applications shell: bash