Skip to content

Commit

Permalink
lint: reduce clap features
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Jul 23, 2024
1 parent 396108e commit 93d1735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
71 changes: 1 addition & 70 deletions rust/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 rust/aura-pm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ r2d2-alpm = { version = "0.2", path = "../r2d2-alpm" }
alpm = "3.0"
applying = "1.0.0"
basic-toml = "0.1"
clap = { version = "4.4", features = ["derive"] }
clap = { version = "4.5", default-features = false, features = ["std", "derive", "help", "usage", "error-context"] }
colored = "2.0"
curl = "0.4"
i18n-embed = { version = "0.14", features = ["fluent-system"] }
Expand Down

0 comments on commit 93d1735

Please sign in to comment.