Skip to content

Commit

Permalink
feat: upgrade clap
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Feb 18, 2023
1 parent 5b52daf commit b29c9ec
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 57 deletions.
202 changes: 188 additions & 14 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ edition = "2021"

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["cargo"] }
dirs = "4"
regex = "1"
tempfile = "3"
twoway = "0.2"
nix = "0.26"

[dependencies.clap]
default-features = false
version = "2"

[profile.release]
lto = true
Loading

0 comments on commit b29c9ec

Please sign in to comment.