Skip to content

Commit ef7676a

Browse files
Update stackable-operator to version 0.69.3
1 parent f687219 commit ef7676a

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.nix

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
serde_yaml = "0.9"
2323
snafu = "0.8"
24-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.69.0" }
24+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.69.3" }
2525
strum = { version = "0.26", features = ["derive"] }
2626
tokio = { version = "1.37", features = ["full"] }
2727
tracing = "0.1"
2828
tracing-futures = { version = "0.2", features = ["futures-03"] }
2929
indoc = "2"
3030

31-
[patch."https://github.com/stackabletech/operator-rs.git"]
32-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "fix/vector-log-processing" }
31+
#[patch."https://github.com/stackabletech/operator-rs.git"]
32+
#stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3333
#stackable-operator = { path = "../operator-rs" }

crate-hashes.json

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

0 commit comments

Comments
 (0)