Skip to content

Commit

Permalink
Patch op-rs version to use one that fixes SUP-148.
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Nov 22, 2024
1 parent ab33c0d commit 757c56e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ tracing = "0.1"
tracing-futures = { version = "0.2", features = ["futures-03"] }
indoc = "2"

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

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

0 comments on commit 757c56e

Please sign in to comment.