Skip to content

Commit

Permalink
[cli] Update dependencies & constrain version of clap.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Nov 1, 2015
1 parent 938ce9a commit 6d8a563
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions cli/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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ A program to generate random names that look like 'used-jellyfish'.
name = "names"

[dependencies]
clap = "*"
clap = "~1.4"
names = { path = ".." }

0 comments on commit 6d8a563

Please sign in to comment.