From b6bdc9a9d80f6a158020f29843c55399667339cf Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Sat, 9 Mar 2024 15:49:06 +0100 Subject: [PATCH] Update rust-build action to v1.4.5 and TOOLCHAIN_VERSION to 1.76 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index eb3ba10..4421c9c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -69,10 +69,10 @@ jobs: steps: - uses: actions/checkout@master - name: Compile and release - uses: rust-build/rust-build.action@v1.4.3 + uses: rust-build/rust-build.action@v1.4.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: RUSTTARGET: ${{ matrix.target }} EXTRA_FILES: "README.md LICENSE" - TOOLCHAIN_VERSION: 1.75 \ No newline at end of file + TOOLCHAIN_VERSION: 1.76 \ No newline at end of file