Skip to content

Commit

Permalink
cargo: fix updated category validation
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jul 22, 2024
1 parent 67043ef commit 5b3b73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion kube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 5b3b73d

Please sign in to comment.