Skip to content

Commit 3a85348

Browse files
committed
Use op-rs 0.102.0
1 parent 96f89e9 commit 3a85348

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

Cargo.lock

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

Cargo.nix

Lines changed: 15 additions & 15 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/zookeeper-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", tag = "stackable-operator-0.101.2", features = ["telemetry", "versioned"] }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.102.0", features = ["telemetry", "versioned"] }
1515

1616
anyhow = "1.0"
1717
built = { version = "0.8", features = ["chrono", "git2"] }
@@ -32,7 +32,7 @@ tokio-zookeeper = "0.4"
3232
tracing = "0.1"
3333

3434
[patch."https://github.com/stackabletech/operator-rs"]
35-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "feat/restarter-label" }
35+
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3636
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
3737

3838
[patch.crates-io]

crate-hashes.json

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

0 commit comments

Comments
 (0)