From 5af9b9484c1bb7a747700af5940ff9c479801dc8 Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Wed, 5 Apr 2023 21:05:46 +0800 Subject: [PATCH] Update commit sha in rustup-init.sh again Signed-off-by: hi-rustin --- rustup-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup-init.sh b/rustup-init.sh index 857202be5a..ddc99f2472 100755 --- a/rustup-init.sh +++ b/rustup-init.sh @@ -25,7 +25,7 @@ RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}" # NOTICE: If you change anything here, please make the same changes in setup_mode.rs usage() { cat <