tar: set file times
Showing
... | ... | @@ -81,7 +81,11 @@ libflate = "0.1.4" |
pager = { git = "https://github.com/redox-os/libpager.git" } | ||
raw-cpuid = "2.0" | ||
redox_syscall = "0.1" | ||
tar = { git = "https://github.com/redox-os/tar-rs.git" } | ||
tar = { git = "https://github.com/alexcrichton/tar-rs.git" } | ||
filetime = "0.1.10" | ||
termion = { git = "https://github.com/redox-os/termion.git", branch = "redox_termios" } | ||
rust-lzma = "0.2" | ||
tree_magic = "0.2" | ||
[replace] | ||
"filetime:0.1.10" = { git = "https://github.com/alexcrichton/filetime.git" } |
Please register or sign in to comment