Skip to content

Commit

Permalink
Remove clap color feature
Browse files Browse the repository at this point in the history
Nice to have. Adds multiple dependencies. Hard to justify for mozilla-central.
  • Loading branch information
mxinden committed May 7, 2024
1 parent ee65cae commit 955aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workspace = true

[dependencies]
# neqo-bin is not used in Firefox, so we can be liberal with dependency versions
clap = { version = "4.4", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
clap = { version = "4.4", default-features = false, features = ["std", "help", "usage", "error-context", "suggestions", "derive"] }
clap-verbosity-flag = { version = "2.2", default-features = false }
futures = { version = "0.3", default-features = false, features = ["alloc"] }
hex = { version = "0.4", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 955aaa9

Please sign in to comment.