Files
natter/rust-toolchain.toml
Tom Alexander 467098c2e4
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:25:58 -04:00

5 lines
98 B
TOML

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