From 7ee13a209da5a1e46de33afd0f249defd3fded3f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 31 Jan 2025 08:27:50 +0000 Subject: [PATCH] Add rust v1.84.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 bd0f9e6..1a17bdc 100644 --- a/check-for-update/version.txt +++ b/check-for-update/version.txt @@ -1 +1 @@ -1.84.0 +1.84.1 diff --git a/install.sh b/install.sh index 971cb79..f6d66bd 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.84.0 +DEFAULT_RUST_VERSION=1.84.1 DEFAULT_RUSTUP_VERSION=1.27.0 RUST_VERSION=${1:-$DEFAULT_RUST_VERSION} RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}