automation_rs/rust-toolchain.toml
Dreaded_X ac00dc0329
All checks were successful
Build and deploy automation_rs / cargo fmt (push) Successful in 1m13s
Build and deploy automation_rs / cargo clippy (push) Successful in 1m42s
Build and deploy automation_rs / cargo build (push) Successful in 3m47s
Partial switch to Gitea Actions
2023-11-20 23:57:45 +01:00

5 lines
98 B
TOML

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