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

12 lines
306 B

--- tar-0.4.24/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tar-0.4.24/Cargo.toml 2019-04-29T18:43:52.404679+00:00
@@ -29,8 +29,6 @@
[features]
default = ["xattr"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"