Skip to content

Commit 50624ef

Browse files
committed
Fix toolchain file
1 parent 728f276 commit 50624ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain-risc-v.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
channel = "stable"
33
components = ["rust-src"]
4-
targets = ["riscv32imac-unknown-none-elf", "riscv32imac-unknown-none-elf"]
4+
targets = ["riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf"]

0 commit comments

Comments
 (0)