Skip to content

Commit fa7f8d8

Browse files
chore: Upgrade stackable-operator to version 0.86.0
1 parent 935824c commit fa7f8d8

File tree

4 files changed

+18
-21
lines changed

4 files changed

+18
-21
lines changed

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ serde = { version = "1.0", features = ["derive"] }
2424
serde_json = "1.0"
2525
serde_yaml = "0.9"
2626
snafu = "0.8"
27-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
27+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.86.0" }
2828
strum = { version = "0.26", features = ["derive"] }
2929
tokio = { version = "1.40", features = ["full"] }
3030
tracing = "0.1"
3131

3232
# [patch."https://github.com/stackabletech/operator-rs.git"]
3333
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3434
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
35-
36-
[patch."https://github.com/stackabletech/operator-rs.git"]
37-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "feat/cache" }

crate-hashes.json

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

0 commit comments

Comments
 (0)