Files
max-sixty__worktrunk/rust-toolchain.toml
T
Maximilian Roos ca19035ffc ci: Modernize CI and resolve environment configuration issues
- Modernize CI with PRQL best practices.
- Fix config path detection to respect HOME environment variable.
- Fix test snapshot to include ANSI codes from CLICOLOR_FORCE.
- Remove CLICOLOR_FORCE from global CI environment.
2025-10-30 22:38:56 -07:00

4 lines
66 B
TOML

[toolchain]
channel = "1.90.0"
components = ["rustfmt", "clippy"]