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-errno/errno-fix-metadata.diff

18 lines
643 B

--- errno-0.2.5/Cargo.toml 2020-03-27T11:47:46+00:00
+++ errno-0.2.5/Cargo.toml 2020-03-27T11:55:30.957665+00:00
@@ -19,14 +19,7 @@
categories = ["os"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lambda-fairy/rust-errno"
-[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
-version = "0.1.1"
-[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"]
[badges.travis-ci]
repository = "lambda-fairy/rust-errno"