You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ json-patch = "4.0.0"
42
42
k8s-openapi = { version = "0.27.0", default-features = false, features = ["schemars", "v1_35"] }
43
43
# We use rustls instead of openssl for easier portability, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
44
44
# We use ring instead of aws-lc-rs, as this currently fails to build in "make run-dev"
45
-
# We need a few schema fixes in kube, that went into main, but are not released yet
0 commit comments