Files
packages/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff
T
Raboneko 24b846908d fix(mise): rust2rpm again (#5103) (#5111)
(cherry picked from commit 7abe45797b)

Co-authored-by: madomado <madonuko@outlook.com>
2025-05-29 00:05:16 +08:00

34 lines
660 B
Diff

--- 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 @@
optional = true
default-features = false
-[target."cfg(windows)".dependencies.self_update]
-version = "0.42"
-features = [
- "archive-zip",
- "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"
@@ -508,3 +489,4 @@
[profile.serious]
lto = true
inherits = "release"
+