From 2a078c6528a99585dbb94de69601a2c8a34714f2 Mon Sep 17 00:00:00 2001 From: rami3l Date: Mon, 29 Jan 2024 19:40:09 +0800 Subject: [PATCH] dist: bump `rustup-init.sh` version to `1.27.0` --- rustup-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup-init.sh b/rustup-init.sh index fda7b681fc..5df29a6c63 100755 --- a/rustup-init.sh +++ b/rustup-init.sh @@ -31,7 +31,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 <