From 3684625df5e87fac89c2da6aa244e12b876b2888 Mon Sep 17 00:00:00 2001 From: Internet1235 <135099493+Internet1235@users.noreply.github.com> Date: Thu, 19 Mar 2026 23:38:52 +0800 Subject: [PATCH] rust: update to 1.94.0 --- lang/rust/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 4beda57f2f..724162026f 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -5,17 +5,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rust -PKG_VERSION:=1.93.1 +PKG_VERSION:=1.94.0 PKG_RELEASE:=1 PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.xz PKG_SOURCE_URL:=https://static.rust-lang.org/dist/ -PKG_HASH:=848c9171212c998c069e6979a205a1a44fa3235a463696d62e24701c83596ce0 +PKG_HASH:=0b53ae34f5c0c3612cfe1de139f9167a018cd5737bc2205664fd69ba9b25f600 HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src PKG_MAINTAINER:=Luca Barbato PKG_LICENSE:=Apache-2.0 MIT PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT +PKG_CPE_ID:=cpe:/a:rust-lang:rust PKG_HOST_ONLY:=1 PKG_USE_MIPS16:=0