nixos/templates/rust/rust-toolchain.toml

5 lines
77 B
TOML
Raw Normal View History

2025-05-03 23:23:02 +08:00
[toolchain]
channel = "stable"
2025-05-25 15:38:17 +08:00
components = ["rust-src"]
profile = "default"