Files
packages/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff
T
Raboneko b7406690ec fix: mise (#6461) (#6482)
(cherry picked from commit 053c6dc3aa)

Co-authored-by: madomado <madonuko@outlook.com>
2025-09-23 09:29:53 +08:00

36 lines
707 B
Diff

--- mise-2025.9.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mise-2025.9.15/Cargo.toml 2025-09-22T01:33:34.763933+00:00
@@ -507,27 +507,6 @@
optional = true
default-features = false
-[target."cfg(windows)".dependencies.self_update]
-version = "0.42"
-features = [
- "archive-zip",
- "compression-zip-deflate",
- "signatures",
- "rustls",
-]
-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"
@@ -544,3 +523,4 @@
[profile.serious]
lto = true
inherits = "release"
+