Skip to content

Commit f6cdec9

Browse files
committed
use release
1 parent 6a41e0b commit f6cdec9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -24,12 +24,12 @@ 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.74.0" }
27+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.76.0" }
2828
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
2929
strum = { version = "0.26", features = ["derive"] }
3030
tokio = { version = "1.39", 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 = "refactor/add-host-struct" }
33+
# [patch."https://github.com/stackabletech/operator-rs.git"]
34+
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3535
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

0 commit comments

Comments
 (0)