Skip to content

Commit

Permalink
upgrade operator-rs and set resolver=2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Jan 8, 2024
1 parent 438da76 commit 3614e2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
20 changes: 16 additions & 4 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = ["rust/operator-binary"]

[workspace.package]
Expand All @@ -10,13 +11,13 @@ repository = "https://github.com/stackabletech/commons-operator"

[workspace.dependencies]
anyhow = "1.0"
built = { version = "0.6", features = ["chrono", "git2"] }
built = { version = "0.6", features = ["chrono", "git2"] }
clap = "4.3"
futures = { version = "0.3", features = ["compat"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snafu = "0.7"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.58.1" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.60.1" }
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1"
Expand Down

0 comments on commit 3614e2c

Please sign in to comment.