Skip to content

Commit ce316f1

Browse files
committed
fix: use an existing riscv64 target for docs.rs
Signed-off-by: Martin Kröning <[email protected]>
1 parent 514a0fe commit ce316f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default-target = "x86_64-unknown-none"
1515
targets = [
1616
"x86_64-unknown-none",
1717
"aarch64-unknown-none-softfloat",
18-
"riscv64imac-unknown-none",
18+
"riscv64imac-unknown-none-elf",
1919
]
2020
rustdoc-args = ["--cfg", "docsrs"]
2121

0 commit comments

Comments
 (0)