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 2330336 commit e763970Copy full SHA for e763970
crates/stackable-versioned-macros/Cargo.toml
@@ -25,8 +25,8 @@ full = ["k8s"]
25
k8s = ["dep:kube", "dep:k8s-openapi", "dep:stackable-shared"]
26
27
[dependencies]
28
-stackable-shared = { path = "../stackable-shared", optional = true }
29
-k8s-version = { path = "../k8s-version", features = ["darling"] }
+stackable-shared = { path = "../stackable-shared", version = "0.0.1", optional = true }
+k8s-version = { path = "../k8s-version", version = "0.1.2", features = ["darling"] }
30
31
convert_case.workspace = true
32
darling.workspace = true
0 commit comments