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.
|
|
|
--- io-lifetimes-1.0.6/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ io-lifetimes-1.0.6/Cargo.toml 2023-03-07T22:15:45.626806+00:00
|
|
|
|
@@ -42,7 +42,6 @@
|
|
|
|
[features]
|
|
|
|
close = [
|
|
|
|
"libc",
|
|
|
|
- "windows-sys",
|
|
|
|
]
|
|
|
|
default = ["close"]
|
|
|
|
|
|
|
|
@@ -81,14 +80,3 @@
|
|
|
|
version = "0.2.96"
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
-[target."cfg(windows)".dependencies.windows-sys]
|
|
|
|
-version = "0.45.0"
|
|
|
|
-features = [
|
|
|
|
- "Win32_Foundation",
|
|
|
|
- "Win32_Storage_FileSystem",
|
|
|
|
- "Win32_Networking_WinSock",
|
|
|
|
- "Win32_Security",
|
|
|
|
- "Win32_System_IO",
|
|
|
|
- "Win32_System_Threading",
|
|
|
|
-]
|
|
|
|
-optional = true
|