Skip to content

Commit

Permalink
Enable default features for clap dependency of tcp-ca example
Browse files Browse the repository at this point in the history
Enable default features for the clap dependency of the tcp-ca example.
See commit 20fd30c ("libbpf-cargo: Enable default features of
clap") for reasoning.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and danielocfb committed Mar 21, 2024
1 parent 58c9119 commit 8339d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tcp_ca/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
libbpf-cargo = { path = "../../libbpf-cargo" }

[dependencies]
clap = { version = "4.0.32", default-features = false, features = ["std", "derive", "help", "usage"] }
clap = { version = "4.0.32", features = ["derive"] }
libbpf-rs = { path = "../../libbpf-rs" }
libc = "0.2"

0 comments on commit 8339d3a

Please sign in to comment.