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

This commit is contained in:
Tom Alexander
2026-07-10 23:22:55 -04:00
parent 3cdde05975
commit a692628690
8 changed files with 107 additions and 69 deletions

View File

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