From 5b3b73d1b8c4020e10269224091710c3541d3e8a Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 22 Jul 2024 22:47:40 +0100 Subject: [PATCH] cargo: fix updated category validation Signed-off-by: clux --- kube-client/Cargo.toml | 2 +- kube/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index a2aeb75f2..1b10a8c2f 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true edition.workspace = true rust-version.workspace = true keywords = ["kubernetes", "client",] -categories = ["web-programming::http-client", "configuration", "network-programming", "api-bindings"] +categories = ["web-programming::http-client", "network-programming", "api-bindings"] [features] default = ["client"] diff --git a/kube/Cargo.toml b/kube/Cargo.toml index 51f2e124e..fe5f5d23c 100644 --- a/kube/Cargo.toml +++ b/kube/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true edition.workspace = true rust-version.workspace = true keywords = ["kubernetes", "client", "runtime", "cncf"] -categories = ["network-programming", "caching", "api-bindings", "configuration", "encoding"] +categories = ["network-programming", "caching", "api-bindings", "encoding"] [features] default = ["client", "rustls-tls"]