Skip to content

Commit 3856209

Browse files
committed
bump operator-rs to 0.85.0, revert branch change
1 parent 1a790f9 commit 3856209

File tree

2 files changed

+6
-6
lines changed

2 files changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ prost = "0.13"
2222
prost-types = "0.13"
2323
serde = "1.0"
2424
snafu = "0.8"
25-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
25+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.0" }
2626
strum = { version = "0.26", features = ["derive"] }
2727
socket2 = { version = "0.5", features = ["all"] }
2828
tokio = { version = "1.40", features = ["full"] }
@@ -34,4 +34,4 @@ tracing = "0.1.40"
3434

3535
[patch."https://github.com/stackabletech/operator-rs.git"]
3636
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
37-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "chore/docker-refs-to-oci" }
37+
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }

0 commit comments

Comments
 (0)