You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-console/console-fix-metadata-auto.diff

26 lines
543 B

--- console-0.15.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ console-0.15.2/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -62,22 +62,5 @@
windows-console-colors = [
"ansi-parsing",
"regex",
- "winapi-util",
]
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
- "winbase",
- "winuser",
- "consoleapi",
- "processenv",
- "wincon",
-]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"
-optional = true