From ef0829275bc4dbb75028bc1aefe010b92329cac9 Mon Sep 17 00:00:00 2001 From: hingbong Date: Sat, 30 May 2026 04:54:07 +0000 Subject: [PATCH] rust: update to 1.96.0 Changelog: - https://github.com/rust-lang/rust/releases/tag/1.95.0 - https://github.com/rust-lang/rust/releases/tag/1.96.0 Signed-off-by: hingbong --- lang/rust/Makefile | 4 ++-- lang/rust/patches/0001-Update-xz2-and-use-it-static.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index f8c2305ce56433..16daec38a5e6fb 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rust -PKG_VERSION:=1.94.0 +PKG_VERSION:=1.96.0 PKG_RELEASE:=1 PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.xz PKG_SOURCE_URL:=https://static.rust-lang.org/dist/ -PKG_HASH:=0b53ae34f5c0c3612cfe1de139f9167a018cd5737bc2205664fd69ba9b25f600 +PKG_HASH:=b99ce16cdf0ecfc761b585ac84d131b46733465a02f8ecd0ff2de9713c62ee09 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 c90c76cfa87b37..11a55d5ec009f3 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 @@ -9,7 +9,7 @@ Subject: [PATCH] Update xz2 and use it static --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml -@@ -54,7 +54,7 @@ tar = { version = "0.4.44", default-feat +@@ -54,7 +54,7 @@ tar = { version = "0.4.45", default-features = false, features = ["xattr"] } termcolor = "1.4" toml = "0.5" walkdir = "2.4" @@ -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.37.0", default-features = false, optional = true, features = ["system"] } + sysinfo = { version = "0.38.4", default-features = false, optional = true, features = ["system"] }