From 36034068887fe7c0aa49c0c9731337d9b699d8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Thu, 31 Oct 2024 09:37:13 +0100 Subject: [PATCH] specify features for docs-rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- kube-custom-resources-rs/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kube-custom-resources-rs/Cargo.toml b/kube-custom-resources-rs/Cargo.toml index ac3fa46fa..8ff7b97fb 100644 --- a/kube-custom-resources-rs/Cargo.toml +++ b/kube-custom-resources-rs/Cargo.toml @@ -32,6 +32,9 @@ version = "~1" version = "~0" features = ["v1_31"] +[package.metadata.docs.rs] +features = [ "k8s-openapi/v1_31" ] + [features] about_k8s_io = [] acid_zalan_do = []