Skip to content

Commit 0efc549

Browse files
committed
switch op-rs to main branch
1 parent 26f2390 commit 0efc549

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 9 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
@@ -30,5 +30,5 @@ tracing = "0.1"
3030
tracing-futures = { version = "0.2", features = ["futures-03"] }
3131

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

0 commit comments

Comments
 (0)