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-rustix0.37/rustix-fix-metadata-auto.diff

23 lines
578 B

--- rustix-0.37.26/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustix-0.37.26/Cargo.toml 2023-10-19T14:21:38.952269+00:00
@@ -230,19 +230,3 @@
version = "1.5.2"
optional = true
-[target."cfg(windows)".dependencies.libc_errno]
-version = "0.3.1"
-default-features = false
-package = "errno"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_NetworkManagement_IpHelper",
- "Win32_System_Threading",
-]
-
-[target."cfg(windows)".dev-dependencies.ctor]
-version = "0.2.0"