mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Release note: https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/ Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
21 lines
642 B
Diff
21 lines
642 B
Diff
From d3000458501d339ea2043006924d431ead18769e Mon Sep 17 00:00:00 2001
|
|
From: Luca Barbato <lu_zero@gentoo.org>
|
|
Date: Sun, 4 Jun 2023 19:32:28 +0000
|
|
Subject: [PATCH] Update xz2 and use it static
|
|
|
|
---
|
|
src/bootstrap/Cargo.toml | 2 +-
|
|
3 files changed, 9 insertions(+), 9 deletions(-)
|
|
|
|
--- a/src/bootstrap/Cargo.toml
|
|
+++ b/src/bootstrap/Cargo.toml
|
|
@@ -55,7 +55,7 @@ tar = "0.4"
|
|
termcolor = "1.4"
|
|
toml = "0.5"
|
|
walkdir = "2.4"
|
|
-xz2 = "0.1"
|
|
+xz2 = { version = "0.1", features = ["static"] }
|
|
|
|
# Dependencies needed by the build-metrics feature
|
|
sysinfo = { version = "0.36.0", default-features = false, optional = true, features = ["system"] }
|