Skip to content

Commit 37f476d

Browse files
committed
chore(stackable-versioned): Remove unused feature
1 parent 70c5367 commit 37f476d

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ versioned = []
1616

1717
[dependencies]
1818
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"] }
2020
stackable-operator-derive = { path = "../stackable-operator-derive" }
2121
stackable-shared = { path = "../stackable-shared" }
2222

crates/stackable-versioned-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4848
insta.workspace = true
4949
prettyplease.workspace = true

crates/stackable-versioned/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ repository.workspace = true
1111
all-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"]
2115
k8s = [
2216
"stackable-versioned-macros/k8s", # Forward the k8s feature to the underlying macro crate
2317
"dep:k8s-version",

0 commit comments

Comments
 (0)