Skip to content

Commit

Permalink
Add rust v1.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 8, 2023
1 parent e70a94c commit 3a76ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check-for-update/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.74.0
1.74.1
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.74.0
DEFAULT_RUST_VERSION=1.74.1
DEFAULT_RUSTUP_VERSION=1.25.2
RUST_VERSION=${1:-$DEFAULT_RUST_VERSION}
RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}
Expand Down

0 comments on commit 3a76ed9

Please sign in to comment.