Skip to content

Commit

Permalink
Add rust v1.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 29, 2024
1 parent 33b8b7f commit a657cee
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.77.0
1.77.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.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}
Expand Down

0 comments on commit a657cee

Please sign in to comment.