Skip to content

Commit

Permalink
Cargo: bump dependencies and enable more nice structopt features
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Feb 16, 2020
1 parent 2c03768 commit 50ee060
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 58 deletions.
116 changes: 59 additions & 57 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 @@ -18,7 +18,7 @@ dirs = "^2.0.2"
rpassword = "^4.0.3"
rustyline = "^6.0.0"
serde = { version = "^1.0.104", features = ["derive"] }
structopt = "^0.3.8"
structopt = { version = "^0.3.8", features = ["color", "suggestions", "wrap_help"] }
term_size = "^0.3.1"
textwrap = "^0.11.0"
toml = "^0.5.5"
Expand Down

0 comments on commit 50ee060

Please sign in to comment.