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

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

View File

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