Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure code builds even after the deps update
Recent version of the Kubewarden SDK require k8s-openapi too, like this policy does. The same version of the k8s-openapi must be used by the two codebases. The Kubewarden SDK requires the k8s-openapi crate only when a specific feature is used. Since this policy doesn't require this feature, we can safely turn it off. Signed-off-by: Flavio Castelli <[email protected]>
- Loading branch information