From ab57c1706a3b40f61937bc6263ccf92cb1a155ba Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 28 Nov 2024 19:19:06 +0000 Subject: [PATCH] rust: update to 1.83.0 set the config.toml to not download ci llvm for bootstrap build --- packages/rust/rust/package.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/rust/rust/package.mk b/packages/rust/rust/package.mk index 13cec14a02..d492084307 100644 --- a/packages/rust/rust/package.mk +++ b/packages/rust/rust/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="rust" -PKG_VERSION="1.82.0" -PKG_SHA256="7c53f4509eda184e174efa6ba7d5eeb586585686ce8edefc781a2b11a7cf512a" +PKG_VERSION="1.83.0" +PKG_SHA256="722d773bd4eab2d828d7dd35b59f0b017ddf9a97ee2b46c1b7f7fac5c8841c6e" PKG_LICENSE="MIT" PKG_SITE="https://www.rust-lang.org" PKG_URL="https://static.rust-lang.org/dist/rustc-${PKG_VERSION}-src.tar.gz" @@ -35,6 +35,9 @@ configure_host() { cat >${PKG_BUILD}/config.toml <