crafting-interpreters/rust-toolchain.toml

5 lines
145 B
TOML
Raw Normal View History

2025-05-23 12:44:09 +02:00
[toolchain]
2025-05-30 12:34:52 +02:00
channel = "1.87.0"
2025-05-23 12:44:09 +02:00
components = ["rust-src", "rustc", "cargo", "rust-std", "rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"