Skip to content

Commit 217e1a4

Browse files
committed
bump operator-rs to 0.82.0 and patch version to rev without SA changes
1 parent 58c2ff0 commit 217e1a4

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

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.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ serde = { version = "1.0", features = ["derive"] }
2525
serde_json = "1.0"
2626
serde_yaml = "0.9"
2727
snafu = "0.8"
28-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", branch = "fix/oidc-endpoint-calculation" }
28+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.82.0" }
2929
strum = { version = "0.26", features = ["derive"] }
3030
tokio = { version = "1.40", features = ["full"] }
3131
tracing = "0.1"
3232

33-
# [patch."https://github.com/stackabletech/operator-rs.git"]
34-
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
33+
[patch."https://github.com/stackabletech/operator-rs.git"]
34+
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", rev = "de15662cb45ffe7fefb807162dbaa0b377a3bb5f" }

0 commit comments

Comments
 (0)