From df701a0bf8cfac982e872828929bd84174f7f13b Mon Sep 17 00:00:00 2001 From: Marquis Shanahan <29431502+9547@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:37:09 +0800 Subject: [PATCH] fix(reth): bin/reth missing help msg of segment (#10873) Signed-off-by: 9547 <29431502+9547@users.noreply.github.com> --- crates/cli/commands/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/commands/Cargo.toml b/crates/cli/commands/Cargo.toml index 3be973afb..58f6ed86c 100644 --- a/crates/cli/commands/Cargo.toml +++ b/crates/cli/commands/Cargo.toml @@ -38,7 +38,7 @@ reth-primitives.workspace = true reth-provider.workspace = true reth-prune.workspace = true reth-stages.workspace = true -reth-static-file-types.workspace = true +reth-static-file-types = { workspace = true, features = ["clap"] } reth-static-file.workspace = true reth-trie = { workspace = true, features = ["metrics"] } reth-trie-db = { workspace = true, features = ["metrics"] }