eza/rust-toolchain.toml
Christina Sørensen 2a97b304b2
build: use rust stable
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-29 10:28:22 +02:00

5 lines
135 B
TOML

[toolchain]
channel = "stable"
components = [ "rustfmt", "rustc", "rust-src", "rust-analyzer", "cargo", "clippy" ]
profile = "minimal"