Skip to content

Commit b7706d7

Browse files
author
github-actions
committed
Add rust v1.80.1
1 parent 4077d29 commit b7706d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

check-for-update/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.80.0
1+
1.80.1

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "check_certificate = off" >> ~/.wgetrc
55
apt-get update && apt-get install --yes --no-install-recommends apt-utils ca-certificates &&
66
apt-get --yes upgrade && apt-get install --yes --no-install-recommends sudo build-essential wget curl
77

8-
DEFAULT_RUST_VERSION=1.80.0
8+
DEFAULT_RUST_VERSION=1.80.1
99
DEFAULT_RUSTUP_VERSION=1.27.0
1010
RUST_VERSION=${1:-$DEFAULT_RUST_VERSION}
1111
RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}

0 commit comments

Comments
 (0)