From 94d1a2a8f01cc56ea438f7a399dada89aff1a75b Mon Sep 17 00:00:00 2001 From: Dominykas Djacenko Date: Mon, 19 Feb 2024 21:57:01 -0800 Subject: [PATCH] fix: use all latest rust in release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4e00c2..cf7c273 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: with: submodules: recursive - name: Install Rust - run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1" + run: rustup update "1.76.0" --no-self-update && rustup default "1.76.0" - name: Install cargo-dist run: ${{ matrix.install-dist }} - name: Run cargo-dist @@ -146,7 +146,7 @@ jobs: with: submodules: recursive - name: Install Rust - run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1" + run: rustup update "1.76.0" --no-self-update && rustup default "1.76.0" - name: Install cargo-dist run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh" # Get all the local artifacts for the global tasks to use (for e.g. checksums)