From a657ceeef942a3c8fd220068abfa54ce257b8a2b Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Mar 2024 08:22:00 +0000 Subject: [PATCH] Add rust v1.77.1 --- check-for-update/version.txt | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check-for-update/version.txt b/check-for-update/version.txt index 79e15fd..b113158 100644 --- a/check-for-update/version.txt +++ b/check-for-update/version.txt @@ -1 +1 @@ -1.77.0 +1.77.1 diff --git a/install.sh b/install.sh index 00587ad..e707fd8 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ echo "check_certificate = off" >> ~/.wgetrc apt-get update && apt-get install --yes --no-install-recommends apt-utils ca-certificates && apt-get --yes upgrade && apt-get install --yes --no-install-recommends sudo build-essential wget curl -DEFAULT_RUST_VERSION=1.77.0 +DEFAULT_RUST_VERSION=1.77.1 DEFAULT_RUSTUP_VERSION=1.25.2 RUST_VERSION=${1:-$DEFAULT_RUST_VERSION} RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}