Skip to content

Commit

Permalink
Upgrade clap to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Sep 9, 2022
1 parent 3e68733 commit 6655356
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
43 changes: 25 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 @@ -30,7 +30,7 @@ name = "fd"
path = "src/main.rs"

[build-dependencies]
clap = { version = "3.1", features = ["cargo"] }
clap = { version = "3.2", features = ["cargo"] }
clap_complete = "3.1"
version_check = "0.9"

Expand Down

0 comments on commit 6655356

Please sign in to comment.