automation_rs/rust-toolchain.toml
Dreaded_X 69991dd457
Some checks failed
Build and deploy automation_rs / Build (push) Successful in 4m35s
Build and deploy automation_rs / Create Docker container (push) Failing after 2m27s
Partial switch to Gitea Actions
2023-11-21 01:14:38 +01:00

5 lines
98 B
TOML

[toolchain]
channel = "nightly-2023-11-15"
components = ["rustfmt", "clippy"]
profile = "minimal"