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.
20 lines
716 B
20 lines
716 B
--- errno-0.2.7/Cargo.toml 2020-10-24T09:12:09+00:00
|
|
+++ errno-0.2.7/Cargo.toml 2020-11-12T11:01:58.552185+00:00
|
|
@@ -19,16 +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=\"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"]
|
|
[badges.travis-ci]
|
|
repository = "lambda-fairy/rust-errno"
|