Skip to content

Commit e459079

Browse files
authored
Use updated product-config (#416)
1 parent 4e15745 commit e459079

File tree

8 files changed

+267
-69
lines changed

8 files changed

+267
-69
lines changed

Cargo.lock

Lines changed: 174 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[workspace]
2-
32
members = [
43
"rust/crd", "rust/operator", "rust/operator-binary"
54
]
@@ -23,7 +22,8 @@ serde = { version = "1.0", features = ["derive"] }
2322
serde_json = "1.0"
2423
serde_yaml = "0.9"
2524
snafu = "0.7"
26-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.55.0" }
25+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.56.0" }
26+
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.6.0" }
2727
strum = { version = "0.25", features = ["derive"] }
2828
tokio = { version = "1.29", features = ["full"] }
2929
tracing = "0.1"

rust/crd/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ serde.workspace = true
1414
serde_json.workspace = true
1515
snafu.workspace = true
1616
stackable-operator.workspace = true
17+
product-config.workspace = true
1718
strum.workspace = true
1819
tracing.workspace = true
1920

0 commit comments

Comments
 (0)