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 3697044 commit d5b3d33Copy full SHA for d5b3d33
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 = { git = "https://github.com/stackabletech//operator-rs.git", branch = "chore/docker-refs-to-oci" }
+[patch."https://github.com/stackabletech/operator-rs.git"]
+stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", branch = "chore/docker-refs-to-oci" }
0 commit comments