Files
natter/rust-toolchain.toml
Tom Alexander a692628690
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
Fix tekton pipelines.
2026-07-11 17:39:38 -04:00

5 lines
98 B
TOML

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