We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1711a3 commit 7d06b99Copy full SHA for 7d06b99
Cargo.toml
@@ -22,5 +22,5 @@ strum = { version = "0.26", features = ["derive"] }
22
tokio = { version = "1.40", features = ["full"] }
23
tracing = "0.1"
24
25
-#[patch."https://github.com/stackabletech/operator-rs.git"]
26
-#stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
+# [patch."https://github.com/stackabletech/operator-rs.git"]
+# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
0 commit comments