From 25aa90ec603acdc49a984588e75ba62d7f16b5c4 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 13 Jun 2024 13:27:57 -0700 Subject: [PATCH] rust 1.79.0 released --- .forgejo/workflows/test.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index e55b53e..99a907b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -8,15 +8,10 @@ jobs: with: fetch-depth: 0 - run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.79.0 source "$HOME/.cargo/env" echo "$PATH" >> "$GITHUB_PATH" - - run: | - # override server since 1.79.0 is not quite stable yet, - # it should be in a few days -- on 2024-06-13 - RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup install 1.79.0 - rustup default 1.79.0 - uses: https://github.com/Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/master' }} - - run: cargo test \ No newline at end of file + - run: cargo test