Skip to content

Commit

Permalink
Update clap to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 24, 2022
1 parent 0901bf4 commit 669fec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/messense/cargo-zigbuild"

[dependencies]
anyhow = "1.0.53"
clap = { version = "3.1.0", features = ["derive", "env", "wrap_help"] }
clap = { version = "3.1.2", features = ["derive", "env", "wrap_help"] }
dirs = "4.0.0"
fs-err = "2.6.0"
rustc_version = "0.4.0"
Expand Down

0 comments on commit 669fec5

Please sign in to comment.