You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@f1f1a9e
Reference-to: stackabletech/operator-templating@f1f1a9e (Bump Rust to 1.85.0)
* fix: rustfmt lint
* ci: use nightly toolchain for cargo udeps
* ci: use nightly toolchain for cargo udeps
* Revert "ci: use nightly toolchain for cargo udeps"
This reverts commit f00d434.
* Revert "ci: use nightly toolchain for cargo udeps"
This reverts commit 410e93c.
---------
Co-authored-by: Nick Larsen <[email protected]>
// TODO: Adapt message if multiple authentication classes are supported
22
-
#[snafu(display("only one authentication class is currently supported. Possible Authentication classes are {SUPPORTED_AUTHENTICATION_CLASS:?}"))]
22
+
#[snafu(display(
23
+
"only one authentication class is currently supported. Possible Authentication classes are {SUPPORTED_AUTHENTICATION_CLASS:?}"
24
+
))]
23
25
MultipleAuthenticationClassesProvided,
24
26
#[snafu(display(
25
27
"failed to use authentication method [{method}] for authentication class [{authentication_class}] - supported mechanisms: {SUPPORTED_AUTHENTICATION_CLASS:?}",
0 commit comments