Files
packages/anda/tools/topgrade/topgrade-fix-metadata-auto.diff
T
Raboneko 300dd31797 fix: topgrade (#9503) (#9504)
(cherry picked from commit fbbdd65164)

Co-authored-by: madomado <madonuko@outlook.com>
2026-01-26 08:50:10 -06:00

30 lines
738 B
Diff

--- topgrade-16.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ topgrade-16.8.0/Cargo.toml 2026-01-26T14:29:43.890964+00:00
@@ -258,26 +258,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.42"
-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"