automation_rs/rust-toolchain.toml
Dreaded_X 5ead3c1e7b
Some checks failed
Build and deploy automation_rs / Build (push) Successful in 4m9s
Build and deploy automation_rs / Create Docker container (push) Failing after 53s
Feature: Use Gitea Actions to build automation_rs
Builds automation_rs and the corresponding docker image.
The binary is uploaded as an artifact and the image is uploaded to the
registry.
2023-11-21 23:50:35 +01:00

5 lines
98 B
TOML

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