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.
18 lines
377 B
18 lines
377 B
--- mio-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ mio-0.8.7/Cargo.toml 2023-05-28T16:08:09.061713+00:00
|
|
@@ -100,13 +100,8 @@
|
|
[features]
|
|
default = ["log"]
|
|
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]
|
|
version = "0.2.121"
|
|
-
|