Skip to content

Commit

Permalink
Bump clap to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zohnannor authored and hi-rustin committed Feb 28, 2023
1 parent 80cbc43 commit ee3f6ff
Show file tree
Hide file tree
Showing 6 changed files with 633 additions and 524 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
/Cargo.lock
/.settings
/.idea/
/.vscode/
*~
/**/target
/home
Expand Down
172 changes: 125 additions & 47 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -29,7 +29,8 @@ no-self-update = []
anyhow = "1.0.69"
cfg-if = "1.0"
chrono = "0.4"
clap = {version = "2", features = ["wrap_help"]}
clap = {version = "3", features = ["wrap_help"]}
clap_complete = "3"
download = {path = "download", default-features = false}
effective-limits = "0.5.3"
enum-map = "2.4.2"
Expand Down

0 comments on commit ee3f6ff

Please sign in to comment.