We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbe77b commit ec4005bCopy full SHA for ec4005b
crates/stackable-versioned-macros/Cargo.toml
@@ -34,6 +34,8 @@ convert_case.workspace = true
34
darling.workspace = true
35
indoc.workspace = true
36
itertools.workspace = true
37
+k8s-openapi.workspace = true
38
+kube.workspace = true
39
proc-macro2.workspace = true
40
syn.workspace = true
41
quote.workspace = true
@@ -43,8 +45,6 @@ quote.workspace = true
43
45
stackable-versioned = { path = "../stackable-versioned" }
44
46
47
insta.workspace = true
-k8s-openapi.workspace = true
-kube.workspace = true
48
prettyplease.workspace = true
49
regex.workspace = true
50
rstest.workspace = true
0 commit comments