Skip to content

Commit 1ab2cb7

Browse files
authored
refactor: Use updated product-config (#340)
* Use updated product-config * Use tagged operator-rs release
1 parent d6c2b6d commit 1ab2cb7

File tree

6 files changed

+220
-62
lines changed

6 files changed

+220
-62
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[workspace]
2-
members = [
3-
"rust/crd", "rust/operator-binary"
4-
]
2+
members = ["rust/crd", "rust/operator-binary"]
53

64
[workspace.package]
75
version = "0.0.0-dev"
@@ -12,7 +10,7 @@ repository = "https://github.com/stackabletech/airflow-operator"
1210

1311
[workspace.dependencies]
1412
anyhow = "1.0"
15-
built = { version = "0.6", features = ["chrono", "git2"] }
13+
built = { version = "0.6", features = ["chrono", "git2"] }
1614
clap = "4.3"
1715
fnv = "1.0"
1816
futures = { version = "0.3", features = ["compat"] }
@@ -22,7 +20,8 @@ serde = { version = "1.0", features = ["derive"] }
2220
serde_json = "1.0"
2321
serde_yaml = "0.9"
2422
snafu = "0.7"
25-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.55.0" }
23+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.56.0" }
24+
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.6.0" }
2625
strum = { version = "0.25", features = ["derive"] }
2726
tokio = { version = "1.29", features = ["full"] }
2827
tracing = "0.1"

rust/crd/Cargo.toml

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

0 commit comments

Comments
 (0)