Blob Blame History Raw
--- tempfile-3.1.0/Cargo.toml	1970-01-01T00:00:00+00:00
+++ tempfile-3.1.0/Cargo.toml	2019-07-06T09:33:46.796341+00:00
@@ -30,10 +30,5 @@
 
 [dependencies.remove_dir_all]
 version = "0.5"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.27"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["fileapi", "handleapi", "winbase"]