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-ctrlc/ctrlc-fix-metadata.diff

13 lines
444 B

--- ctrlc-3.1.9/Cargo.toml 2021-04-13T09:45:34+00:00
+++ ctrlc-3.1.9/Cargo.toml 2021-04-29T21:19:13.274756+00:00
@@ -34,9 +34,3 @@
termination = []
[target."cfg(unix)".dependencies.nix]
version = "0.20"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "handleapi", "synchapi", "winbase"]
-[target."cfg(windows)".dev-dependencies.winapi]
-version = "0.3"
-features = ["fileapi", "processenv", "winnt"]