We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca5777 commit 36cefbaCopy full SHA for 36cefba
1 file changed
example/Cargo.toml
@@ -12,7 +12,7 @@ publish = false
12
pedantic = "warn"
13
14
[dependencies]
15
-crossplane-fn-sdk-unofficial = { version = "0.4.0", features = ["kube"] }
+crossplane-fn-sdk-unofficial = { version = "0.5.0", features = ["kube"] }
16
k8s-openapi = { version = "0.26.0", features = ["v1_33"] }
17
# Needed for mapping from crossplane resources (protobuf json types) to typed rust types
18
serde = "1.0.228"
0 commit comments