From 4c8c41c023fdc40bad11cb380c3714c174206225 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 19 Sep 2025 15:46:51 +0800 Subject: [PATCH] rust: Update to 1.90.0 Release note: https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/ Signed-off-by: Tianling Shen --- lang/rust/Makefile | 4 ++-- lang/rust/patches/0001-Update-xz2-and-use-it-static.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index cea288f214..717b15d46e 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rust -PKG_VERSION:=1.89.0 +PKG_VERSION:=1.90.0 PKG_RELEASE:=1 PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.xz PKG_SOURCE_URL:=https://static.rust-lang.org/dist/ -PKG_HASH:=0b9d55610d8270e06c44f459d1e2b7918a5e673809c592abed9b9c600e33d95a +PKG_HASH:=6bfeaddd90ffda2f063492b092bfed925c4b8c701579baf4b1316e021470daac HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src PKG_MAINTAINER:=Luca Barbato diff --git a/lang/rust/patches/0001-Update-xz2-and-use-it-static.patch b/lang/rust/patches/0001-Update-xz2-and-use-it-static.patch index 295f7bc521..d3625c9bc4 100644 --- a/lang/rust/patches/0001-Update-xz2-and-use-it-static.patch +++ b/lang/rust/patches/0001-Update-xz2-and-use-it-static.patch @@ -17,4 +17,4 @@ Subject: [PATCH] Update xz2 and use it static +xz2 = { version = "0.1", features = ["static"] } # Dependencies needed by the build-metrics feature - sysinfo = { version = "0.35.0", default-features = false, optional = true, features = ["system"] } + sysinfo = { version = "0.36.0", default-features = false, optional = true, features = ["system"] }