Update Cargo.lock and Cargo.toml
Showing
... | ... | @@ -83,7 +83,7 @@ raw-cpuid = "2.0" |
redox_syscall = "0.1" | ||
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" } | ||
termion = "1.5.1" | ||
rust-lzma = "0.2" | ||
tree_magic = "0.2" | ||
bzip2 = { git = "https://github.com/ids1024/bzip2-rs", branch = "redox" } | ||
... | ... |
Please register or sign in to comment