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 = []
16
16
17
17
[dependencies ]
18
18
stackable-telemetry = { path = " ../stackable-telemetry" , features = [" clap" ] }
19
- stackable-versioned = { path = " ../stackable-versioned" , features = [" k8s" , " flux-converter " ] }
19
+ stackable-versioned = { path = " ../stackable-versioned" , features = [" k8s" ] }
20
20
stackable-operator-derive = { path = " ../stackable-operator-derive" }
21
21
stackable-shared = { path = " ../stackable-shared" }
22
22
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ quote.workspace = true
43
43
44
44
[dev-dependencies ]
45
45
# Only needed for doc tests / examples
46
- stackable-versioned = { path = " ../stackable-versioned" , features = [" k8s" , " flux-converter " ] }
46
+ stackable-versioned = { path = " ../stackable-versioned" , features = [" k8s" ] }
47
47
48
48
insta.workspace = true
49
49
prettyplease.workspace = true
Original file line number Diff line number Diff line change @@ -11,13 +11,7 @@ repository.workspace = true
11
11
all-features = true
12
12
13
13
[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" ]
21
15
k8s = [
22
16
" stackable-versioned-macros/k8s" , # Forward the k8s feature to the underlying macro crate
23
17
" dep:k8s-version" ,
You can’t perform that action at this time.
0 commit comments