We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3071ac1 commit 50b0c92Copy full SHA for 50b0c92
check-for-update/version.txt
@@ -1 +1 @@
1
-1.85.0
+1.85.1
install.sh
@@ -5,7 +5,7 @@ echo "check_certificate = off" >> ~/.wgetrc
5
apt-get update && apt-get install --yes --no-install-recommends apt-utils ca-certificates &&
6
apt-get --yes upgrade && apt-get install --yes --no-install-recommends sudo build-essential wget curl
7
8
-DEFAULT_RUST_VERSION=1.85.0
+DEFAULT_RUST_VERSION=1.85.1
9
DEFAULT_RUSTUP_VERSION=1.27.0
10
RUST_VERSION=${1:-$DEFAULT_RUST_VERSION}
11
RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}
0 commit comments