Skip to content

Commit c3601df

Browse files
committed
Use valid crate categories for k8s-deviceplugin
crates.io has a limited set of valid categories. This updates to use api-bindings, which is most applicable out of the options. Signed-off-by: hasheddan <[email protected]>
1 parent 35aa379 commit c3601df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-deviceplugin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
description = """
1212
API bindings for Kubernetes device plugins.
1313
"""
14-
categories = ["kubernetes", "bindings"]
14+
categories = ["api-bindings"]
1515
keywords = ["kubernetes", "k8s", "device", "plugin"]
1616
build = "build.rs"
1717

0 commit comments

Comments
 (0)