Skip to content

Commit ac71c7f

Browse files
committed
chore: bump op-rs
1 parent 9077ca8 commit ac71c7f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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", tag = "stackable-operator-0.82.0" }
28+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.83.0" }
2929
strum = { version = "0.26", features = ["derive"] }
3030
tokio = { version = "1.40", features = ["full"] }
3131
tracing = "0.1"
3232
url = { version = "2.5.2" }
3333
xml-rs = "0.8"
3434

35-
[patch."https://github.com/stackabletech/operator-rs.git"]
36-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
35+
#[patch."https://github.com/stackabletech/operator-rs.git"]
36+
#stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3737
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

0 commit comments

Comments
 (0)