aboutsummaryrefslogtreecommitdiff
path: root/examples/esp32c6/rust-toolchain.toml
blob: 3951889aff982cb2d896216d2dbfd41f88bfdd7f (plain)
1
2
3
4
[toolchain]
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imac-unknown-none-elf"]