Skip to content

Commit e89b253

Browse files
committed
remove local patch for operator-rs
1 parent 88c5534 commit e89b253

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 0 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
@@ -32,6 +32,6 @@ strum = { version = "0.27", features = ["derive"] }
3232
tokio = { version = "1.40", features = ["full"] }
3333
tracing = "0.1"
3434

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

0 commit comments

Comments
 (0)