Files
humpback-dds/rust-toolchain.toml

7 lines
104 B
TOML
Raw Normal View History

2024-04-24 14:58:55 +02:00
[toolchain]
channel = "nightly-2020-10-30"
targets = [
"thumbv7em-none-eabihf",
]
2024-04-24 15:59:30 +02:00
profile = "default"