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.
|
|
|
--- errno-0.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ errno-0.3.1/Cargo.toml 2023-04-14T21:47:59.152371+00:00
|
|
|
|
@@ -29,21 +29,6 @@
|
|
|
|
default = ["std"]
|
|
|
|
std = []
|
|
|
|
|
|
|
|
-[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
|
|
|
|
-version = "0.1.1"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_os=\"hermit\")".dependencies.libc]
|
|
|
|
-version = "0.2"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_os=\"wasi\")".dependencies.libc]
|
|
|
|
-version = "0.2"
|
|
|
|
-
|
|
|
|
[target."cfg(unix)".dependencies.libc]
|
|
|
|
version = "0.2"
|
|
|
|
|
|
|
|
-[target."cfg(windows)".dependencies.windows-sys]
|
|
|
|
-version = "0.48"
|
|
|
|
-features = [
|
|
|
|
- "Win32_Foundation",
|
|
|
|
- "Win32_System_Diagnostics_Debug",
|
|
|
|
-]
|