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.
25 lines
615 B
25 lines
615 B
--- errno-0.3.10/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ errno-0.3.10/Cargo.toml 2024-11-28T17:44:39.745018+00:00
|
|
@@ -39,21 +39,7 @@
|
|
default = ["std"]
|
|
std = ["libc/std"]
|
|
|
|
-[target.'cfg(target_os="hermit")'.dependencies.libc]
|
|
-version = "0.2"
|
|
-default-features = false
|
|
-
|
|
-[target.'cfg(target_os="wasi")'.dependencies.libc]
|
|
-version = "0.2"
|
|
-default-features = false
|
|
-
|
|
[target."cfg(unix)".dependencies.libc]
|
|
version = "0.2"
|
|
default-features = false
|
|
|
|
-[target."cfg(windows)".dependencies.windows-sys]
|
|
-version = ">=0.52, <=0.59"
|
|
-features = [
|
|
- "Win32_Foundation",
|
|
- "Win32_System_Diagnostics_Debug",
|
|
-]
|