Files
packages/anda/rust/starship/starship-fix-metadata-auto.diff
T
2023-04-26 21:19:43 +08:00

22 lines
533 B
Diff

--- starship-1.14.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ starship-1.14.2/Cargo.toml 2023-04-25T12:48:23.509565+00:00
@@ -254,18 +254,3 @@
]
default-features = false
-[target."cfg(windows)".dependencies.deelevate]
-version = "0.2.0"
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_UI_Shell",
- "Win32_Security",
- "Win32_System_Threading",
- "Win32_Storage_FileSystem",
-]
-
-[target."cfg(windows)".build-dependencies.winres]
-version = "0.1.12"