Files
vibe-kanban/rust-toolchain.toml

11 lines
173 B
TOML
Raw Normal View History

2025-06-25 09:27:29 +01:00
[toolchain]
channel = "nightly-2025-05-18"
components = [
"rustfmt",
"rustc",
"rust-analyzer",
"rust-src",
"rust-std",
"cargo",
]
profile = "default"