Patch termion to fix less
Showing
... | ... | @@ -88,5 +88,6 @@ rust-lzma = "0.2" |
tree_magic = "0.2" | ||
bzip2 = { git = "https://github.com/ids1024/bzip2-rs", branch = "redox" } | ||
[replace] | ||
"filetime:0.1.10" = { git = "https://github.com/alexcrichton/filetime.git" } | ||
[patch.crates-io] | ||
"filetime" = { git = "https://github.com/alexcrichton/filetime.git" } | ||
"termion" = { git = "https://github.com/redox-os/termion.git" } |
Please register or sign in to comment