Files
automation_rs/rust-toolchain.toml
Dreaded_X 0436ff57d8
All checks were successful
Build and deploy / build (push) Successful in 11m16s
Build and deploy / Deploy container (push) Successful in 1m9s
Update to rust 1.89 and edition 2024
2025-08-28 00:57:02 +02:00

5 lines
115 B
TOML

[toolchain]
channel = "nightly-2025-08-20"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"