automation_rs/rust-toolchain.toml
Dreaded_X 79d13061c8
All checks were successful
Build and deploy automation_rs / Build (push) Successful in 5m13s
Build and deploy automation_rs / Create Docker container (push) Successful in 1m45s
Partial switch to Gitea Actions
2023-11-21 23:28:19 +01:00

5 lines
98 B
TOML

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