Skip to content

Commit

Permalink
Use resolver v2 and fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jan 4, 2024
1 parent d19f51f commit f7560e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = ["rust/crd", "rust/operator-binary"]
resolver = "2"

[workspace.package]
version = "0.0.0-dev"
Expand Down
2 changes: 1 addition & 1 deletion rust/operator-binary/src/airflow_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ fn build_server_rolegroup_statefulset(
"pipefail".to_string(),
"-c".to_string(),
])
.args(vec![vec![
.args(vec![[
COMMON_BASH_TRAP_FUNCTIONS.to_string(),
"prepare_signal_handlers".to_string(),
"/stackable/statsd_exporter &".to_string(),
Expand Down

0 comments on commit f7560e1

Please sign in to comment.