File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
stackable-versioned-macros Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ versioned = []
1616
1717[dependencies ]
1818stackable-telemetry = { path = " ../stackable-telemetry" , features = [" clap" ] }
19- stackable-versioned = { path = " ../stackable-versioned" , features = [" k8s" , " flux-converter " ] }
19+ stackable-versioned = { path = " ../stackable-versioned" , features = [" k8s" ] }
2020stackable-operator-derive = { path = " ../stackable-operator-derive" }
2121stackable-shared = { path = " ../stackable-shared" }
2222
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ quote.workspace = true
4343
4444[dev-dependencies ]
4545# Only needed for doc tests / examples
46- stackable-versioned = { path = " ../stackable-versioned" , features = [" k8s" , " flux-converter " ] }
46+ stackable-versioned = { path = " ../stackable-versioned" , features = [" k8s" ] }
4747
4848insta.workspace = true
4949prettyplease.workspace = true
Original file line number Diff line number Diff line change @@ -11,13 +11,7 @@ repository.workspace = true
1111all-features = true
1212
1313[features ]
14- full = [" k8s" , " flux-converter" ]
15- flux-converter = [
16- " k8s" ,
17- " dep:k8s-openapi" ,
18- " dep:kube" ,
19- " dep:tracing" ,
20- ]
14+ full = [" k8s" ]
2115k8s = [
2216 " stackable-versioned-macros/k8s" , # Forward the k8s feature to the underlying macro crate
2317 " dep:k8s-version" ,
You can’t perform that action at this time.
0 commit comments