Files
packages/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff
T
Raboneko 30efad04d1 fix(mise): rust2rpm (#5612) (#5617)
(cherry picked from commit f93a3ab04e)

Co-authored-by: madomado <madonuko@outlook.com>
2025-06-23 09:34:51 -05:00

35 lines
690 B
Diff

--- 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
-[target."cfg(windows)".dependencies.self_update]
-version = "0.42"
-features = [
- "archive-zip",
- "compression-zip-deflate",
- "signatures",
-]
-optional = true
-default-features = false
-
-[target."cfg(windows)".dependencies.sevenz-rust]
-version = "0.6"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
- "consoleapi",
- "minwindef",
-]
-
[lints.clippy]
borrowed_box = "allow"
@@ -509,3 +489,4 @@
[profile.serious]
lto = true
inherits = "release"
+