Skip to content

Commit d3281a4

Browse files
committed
Patch op-rs to use PR version that hopefully fixes SUP-148
1 parent 5071c47 commit d3281a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ strum = { version = "0.26", features = ["derive"] }
2929
tokio = { version = "1.40", features = ["full"] }
3030
tracing = "0.1"
3131

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

0 commit comments

Comments
 (0)