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-errno0.2/SOURCES/errno-fix-metadata-auto.diff

18 lines
589 B

--- errno-0.2.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ errno-0.2.8/Cargo.toml 2023-02-16T15:04:57.540417+00:00
@@ -22,14 +22,5 @@
[features]
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.winapi]
-version = "0.3"
-features = ["errhandlingapi", "minwindef", "ntdef", "winbase"]