Fix tekton pipelines.
Some checks failed
build Build build has failed
format Build format has failed
rust-test Build rust-test has succeeded
clippy Build clippy has failed

This commit is contained in:
Tom Alexander
2026-07-10 23:22:55 -04:00
parent 3cdde05975
commit ad5bd0ac0e
6 changed files with 76 additions and 59 deletions

View File

@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly"
channel = "nightly-2026-07-11"
profile = "default"
components = ["clippy", "rustfmt"]