Skip to content

Commit 00fcebd

Browse files
committed
fix: undo patching
1 parent 41dabfb commit 00fcebd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ tokio = { version = "1.52", features = ["full"] }
3333
tracing = "0.1"
3434
url = { version = "2.5.7" }
3535

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

0 commit comments

Comments
 (0)