From 8396972df14f9b6b408ab2db169428a350cad0de Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Wed, 8 Jan 2025 13:54:05 -0500 Subject: [PATCH] fix: features for gateway-api crate Signed-off-by: Shane Utt --- gateway-api/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway-api/Cargo.toml b/gateway-api/Cargo.toml index cee3107..b65c236 100644 --- a/gateway-api/Cargo.toml +++ b/gateway-api/Cargo.toml @@ -15,8 +15,8 @@ version.workspace = true [dependencies] delegate.workspace = true -k8s-openapi.workspace = true -kube.workspace = true +k8s-openapi = { workspace = true, features = ["schemars"] } +kube = { workspace = true, default-features = false, features = ["derive"] } once_cell.workspace = true regex.workspace = true schemars.workspace = true