Skip to content

Commit a7c0435

Browse files
committed
Use released op-rs
1 parent 8dd5596 commit a7c0435

4 files changed

Lines changed: 60 additions & 60 deletions

File tree

Cargo.lock

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

Cargo.nix

Lines changed: 29 additions & 29 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
@@ -10,7 +10,7 @@ edition = "2021"
1010
repository = "https://github.com/stackabletech/nifi-operator"
1111

1212
[workspace.dependencies]
13-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.113.3", features = ["webhook"] }
13+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.113.4", features = ["webhook"] }
1414

1515
anyhow = "1.0"
1616
built = { version = "0.8", features = ["chrono", "git2"] }
@@ -34,5 +34,5 @@ tracing = "0.1"
3434
url = { version = "2.5.7" }
3535

3636
[patch."https://github.com/stackabletech/operator-rs.git"]
37-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "refactor/replica-counting" }
37+
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3838
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

crate-hashes.json

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

0 commit comments

Comments
 (0)