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

28 lines
617 B

--- ctrlc-3.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ctrlc-3.4.1/Cargo.toml 2023-11-10T16:48:35.991957+00:00
@@ -56,23 +56,6 @@
]
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_System_Threading",
- "Win32_Security",
- "Win32_System_Console",
-]
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",
- "Win32_System_IO",
- "Win32_System_Console",
-]
-
[badges.maintenance]
status = "passively-maintained"
+