Skip to content

Commit

Permalink
Add required feature
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 26, 2024
1 parent a0847aa commit 55e8c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 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 neqo-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ workspace = true
[dependencies]
# Not used in Firefox, so we can be liberal with dependency versions
clap = { version = "4.4", default-features = false, features = ["std", "help", "usage", "error-context", "suggestions", "derive"] }
clap-verbosity-flag = { version = "3.0", default-features = false }
clap-verbosity-flag = { version = "3.0", default-features = false, features = ["log"] }
futures = { version = "0.3", default-features = false, features = ["alloc"] }
hex = { version = "0.4", default-features = false, features = ["std"] }
log = { workspace = true }
Expand Down

0 comments on commit 55e8c6a

Please sign in to comment.