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

15 lines
399 B

--- os_pipe-1.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.5/Cargo.toml 2023-12-31T16:32:25.209713+00:00
@@ -35,11 +35,3 @@
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Pipes",
- "Win32_Security",
- "Win32_System_Threading",
-]