Skip to content

Commit 757c56e

Browse files
committed
Patch op-rs version to use one that fixes SUP-148.
1 parent ab33c0d commit 757c56e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ tracing = "0.1"
2828
tracing-futures = { version = "0.2", features = ["futures-03"] }
2929
indoc = "2"
3030

31+
[patch."https://github.com/stackabletech/operator-rs.git"]
32+
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "fix/SUP-148" }
33+
3134
#[patch."https://github.com/stackabletech/operator-rs.git"]
3235
#stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3336
#stackable-operator = { path = "../operator-rs" }

0 commit comments

Comments
 (0)