From 383098d4da86bf09a3a8bec0ea9dc1cac1e4faea Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:35:11 -0700 Subject: [PATCH] fix(mise): rust2rpm (#5612) (#5619) (cherry picked from commit f93a3ab04e84382cc319af56ea70bb7d08cf4bf0) Co-authored-by: madomado --- anda/tools/buildsys/mise/mise-fix-metadata-auto.diff | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff b/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff index 58e417b096..7145ccb2e3 100644 --- a/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff +++ b/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- mise-2025.5.15/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ mise-2025.5.15/Cargo.toml 2025-05-28T15:40:58.219641+00:00 -@@ -475,25 +475,6 @@ +--- mise-2025.6.6/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ mise-2025.6.6/Cargo.toml 2025-06-23T09:18:21.561501+00:00 +@@ -475,26 +475,6 @@ optional = true default-features = false @@ -8,6 +8,7 @@ -version = "0.42" -features = [ - "archive-zip", +- "compression-zip-deflate", - "signatures", -] -optional = true @@ -26,7 +27,7 @@ [lints.clippy] borrowed_box = "allow" -@@ -508,3 +489,4 @@ +@@ -509,3 +489,4 @@ [profile.serious] lto = true inherits = "release"