Skip to content

Commit

Permalink
Use operator-rs 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Jul 6, 2023
1 parent 7f72890 commit ca32d38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.dependencies]
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag="0.42.2" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag="0.43.0" }
semver = "1.0"
serde = "1.0"
serde_json = "1.0"
Expand All @@ -19,6 +19,6 @@ futures = "0.3"
tokio = "1.24"
anyhow = "1.0"

[patch."https://github.com/stackabletech/operator-rs.git"]
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main"}
#[patch."https://github.com/stackabletech/operator-rs.git"]
#stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main"}
#stackable-operator = { path = "../operator-rs" }
2 changes: 1 addition & 1 deletion rust/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

[build-dependencies]
built = { version = "0.6", features = ["chrono", "git2"] }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag="0.42.2" }
stackable-operator = { workspace = true }
stackable-spark-k8s-crd = { path = "../crd" }

0 comments on commit ca32d38

Please sign in to comment.