mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
f29acab353
(cherry picked from commit 7894fc2143)
Co-authored-by: madomado <madonuko@outlook.com>
30 lines
738 B
Diff
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"
|