Files
vibe-kanban/rust-toolchain.toml

11 lines
173 B
TOML
Raw Permalink Normal View History

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