Skip to content

Commit

Permalink
Upgrade clap dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsrc committed Jan 26, 2024
1 parent b618f1c commit b2ffa35
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 17 deletions.
70 changes: 54 additions & 16 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 @@ -54,6 +54,6 @@ le = []
sq = ["dep:ulid"]

[dependencies]
clap = { version = "2", default-features = false, features = ["yaml"] }
clap = { version = "3", default-features = false, features = ["std", "yaml"] }
ulid = { version = "1", optional = true }
exec = "0.3"

0 comments on commit b2ffa35

Please sign in to comment.