Files
static-pins/rust-toolchain.toml

5 lines
91 B
TOML
Raw Normal View History

2025-04-21 19:43:16 +04:00
[toolchain]
channel = "nightly-2024-06-13"
components = [ "rust-src" ]
2025-04-25 12:22:13 +04:00
profile = "default"