automation_rs/rust-toolchain.toml
Dreaded_X f7194bcc5a
All checks were successful
Build and deploy automation_rs / cargo fmt (push) Successful in 2m12s
Build and deploy automation_rs / cargo clippy (push) Successful in 2m33s
Build and deploy automation_rs / cargo build (push) Successful in 4m57s
Partial switch to Gitea Actions
2023-11-17 01:21:43 +01:00

5 lines
98 B
TOML

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