diff --git a/crates/fluvio-version-manager/Cargo.toml b/crates/fluvio-version-manager/Cargo.toml index 297cf71f5c..74c52bf4fe 100644 --- a/crates/fluvio-version-manager/Cargo.toml +++ b/crates/fluvio-version-manager/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" # Workspace Dependencies anyhow = { workspace = true } async-std = { workspace = true, features = ["attributes"] } -clap = { workspace = true, features = ["std", "color", "derive", "env", "help"] } +clap = { workspace = true, features = ["std", "color", "help", "usage", "derive", "env"] } colored = { workspace = true } comfy-table = { workspace = true } current_platform = { workspace = true }