Files
dusk/rust-toolchain.toml
2026-08-18 07:16:18 -05:00

6 lines
123 B
TOML

[toolchain]
channel = "nightly"
components = ["rustfmt", "rust-src"]
profile = "minimal"
targets = ["x86_64-unknown-none"]