Skip to content

Commit 27da713

Browse files
committed
use draft op-rs branch for oci changes
1 parent edfcdfb commit 27da713

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424
serde_yaml = "0.9"
2525
snafu = "0.8"
26-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0" }
26+
#stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0" }
2727
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
2828
strum = { version = "0.26", features = ["derive"] }
2929
tokio = { version = "1.40", features = ["full"] }
3030
tokio-zookeeper = "0.4"
3131
tracing = "0.1"
3232

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

3636
[patch.crates-io]
3737
# tokio-zookeeper = { path = "../tokio-zookeeper" }

0 commit comments

Comments
 (0)