Blob Blame History Raw
--- dirs-sys-0.3.5/Cargo.toml	2020-06-05T17:09:08+00:00
+++ dirs-sys-0.3.5/Cargo.toml	2020-06-06T00:52:20.358438+00:00
@@ -18,10 +18,5 @@
 readme = "README.md"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/dirs-dev/dirs-sys-rs"
-[target."cfg(target_os = \"redox\")".dependencies.redox_users]
-version = "0.3.0"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]