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.diff

13 lines
449 B

--- console-0.10.0/Cargo.toml 2020-03-08T11:07:52+00:00
+++ console-0.10.0/Cargo.toml 2020-03-23T06:04:01.836416+00:00
@@ -46,9 +46,3 @@
default = ["unicode-width", "ansi-parsing"]
[target."cfg(unix)".dependencies.termios]
version = "0.3"
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winbase", "winuser", "consoleapi", "processenv", "wincon"]