git: 84ef385cb820 - main - lang/rust: don't overwrite RUST_BOOTSTRAP_VERSION

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Mon, 18 Jul 2022 12:22:16 UTC
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84ef385cb82041d4630c22f87f6bc8effde51391

commit 84ef385cb82041d4630c22f87f6bc8effde51391
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-07-18 06:34:34 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-07-18 12:21:36 +0000

    lang/rust: don't overwrite RUST_BOOTSTRAP_VERSION
    
    It was unintentionally overwritten with the update.sh script
    This fixes building rust-nightly
---
 lang/rust/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index cfb0ad2c9fde..a874f2604629 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -71,11 +71,10 @@ WASM_VARS_OFF=		_RUST_BUILD_WASM=false
 
 # See WRKSRC/src/stage0.json for the date and version values
 BOOTSTRAPS_DATE?=		2022-05-19
-RUST_BOOTSTRAP_VERSION?=	1.60.0
+RUST_BOOTSTRAP_VERSION?=	1.61.0
 
 BOOTSTRAPS_SUFFIX?=		${BOOTSTRAPS_SUFFIX_${ARCH}}
 BOOTSTRAPS_SUFFIX_powerpc64?=	-${PPC_ABI:tl}
-RUST_BOOTSTRAP_VERSION=		1.61.0
 
 CARGO_VENDOR_DIR?=		${WRKSRC}/vendor