Skip to content

Commit fb96e67

Browse files
committed
bump operator-rs to 0.85
1 parent ae5ffc1 commit fb96e67

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
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.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
@@ -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.1" }
26+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.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

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

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

crate-hashes.json

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

0 commit comments

Comments
 (0)