fix(mise): rust2rpm (#5612) (#5619)

(cherry picked from commit f93a3ab04e)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-06-23 07:35:11 -07:00
committed by GitHub
parent d8c9b97600
commit 383098d4da
@@ -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"