fix(reth): bin/reth missing help msg of segment (#10873)

Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
This commit is contained in:
Marquis Shanahan
2024-09-13 19:37:09 +08:00
committed by GitHub
parent ef1d9e7a03
commit df701a0bf8

View File

@ -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"] }