5 lines
175 B
TOML
5 lines
175 B
TOML
[toolchain]
|
|
channel = "nightly-2025-10-25"
|
|
# Minimum Rust version: 1.92+
|
|
components = ["rustfmt", "clippy", "rust-src", "rust-analyzer"]
|
|
targets = ["x86_64-unknown-linux-gnu"] |