Skip to content

Commit

Permalink
Update Cargo.lock and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Aug 19, 2017
1 parent 7a86d63 commit 923f48f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.1.0"
[dependencies]
arg_parser = { git = "https://github.com/redox-os/arg-parser.git" }
extra = { git = "https://github.com/redox-os/libextra.git" }
termion = { git = "https://github.com/redox-os/termion.git", branch = "redox_termios" }
termion = "1.5.1"
userutils = { git = "https://github.com/redox-os/userutils.git" }
filetime = { git = "https://github.com/alexcrichton/filetime.git" }
redox_syscall = "0.1"
Expand Down

0 comments on commit 923f48f

Please sign in to comment.