Skip to content

Commit d6b4c95

Browse files
committed
update to newer op-rs
1 parent f939934 commit d6b4c95

File tree

3 files changed

+34
-53
lines changed

3 files changed

+34
-53
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/airflow-operator"
1111

1212
[workspace.dependencies]
1313
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.8.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.101.0" }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.101.1" }
1515

1616
anyhow = "1.0"
1717
base64 = "0.22"
@@ -33,5 +33,5 @@ tokio = { version = "1.40", features = ["full"] }
3333
tracing = "0.1"
3434

3535
[patch."https://github.com/stackabletech/operator-rs.git"]
36-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "fix/object-overrides-by-reference" }
36+
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3737
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

0 commit comments

Comments
 (0)