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

16 lines
347 B

--- mio-0.8.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.5/Cargo.toml 2022-12-10T20:24:02.418369+00:00
@@ -99,11 +99,7 @@
[features]
default = []
net = []
-os-ext = [
- "os-poll",
- "windows-sys/Win32_System_Pipes",
- "windows-sys/Win32_Security",
-]
+os-ext = ["os-poll"]
os-poll = []
[target."cfg(unix)".dependencies.libc]