Blob Blame History Raw
--- tar-0.4.14/Cargo.toml	1970-01-01T01:00:00+01:00
+++ tar-0.4.14/Cargo.toml	2018-01-13T18:37:52.043131+01:00
@@ -28,11 +28,9 @@
 
 [features]
 default = ["xattr"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 
 [target."cfg(unix)".dependencies.xattr]
-version = "0.1.7"
+version = "0.2"
 optional = true