Files
packages/anda/tools/topgrade/topgrade-fix-metadata-auto.diff
T
Raboneko f29acab353 fix: topgrade (#7284) (#7369)
(cherry picked from commit 7894fc2143)

Co-authored-by: madomado <madonuko@outlook.com>
2025-11-13 23:34:03 -06:00

30 lines
738 B
Diff

--- topgrade-16.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ topgrade-16.2.1/Cargo.toml 2025-11-11T08:14:26.891440+00:00
@@ -246,26 +246,3 @@
default-features = false
package = "self_update"
-[target."cfg(windows)".dependencies.is_elevated]
-version = "~0.1"
-
-[target."cfg(windows)".dependencies.parselnk]
-version = "~0.1"
-
-[target."cfg(windows)".dependencies.self_update_crate]
-version = "~0.40"
-features = [
- "archive-zip",
- "compression-zip-deflate",
- "rustls",
-]
-optional = true
-default-features = false
-package = "self_update"
-
-[target."cfg(windows)".dependencies.windows]
-version = "~0.62"
-features = ["Win32_System_Console"]
-
-[target."cfg(windows)".dependencies.windows-registry]
-version = "~0.6"