automation_rs/rust-toolchain.toml
Dreaded_X 14aabe202d
All checks were successful
Build and deploy / Build application (push) Successful in 4m7s
Build and deploy / Build container (push) Successful in 1m2s
Build and deploy / Deploy container (push) Successful in 35s
Updated rust toolchain
2024-12-08 00:57:57 +01:00

5 lines
115 B
TOML

[toolchain]
channel = "nightly-2024-12-06"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"