Skip to content

Commit cbcaf6a

Browse files
authored
Merge pull request #23 from hermitcore/riscv64-docs.rs
fix: use an existing riscv64 target for docs.rs
2 parents a21e25a + 735e2f7 commit cbcaf6a

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-
"riscv64-unknown-none",
18+
"riscv64imac-unknown-none",
1919
]
2020
rustdoc-args = ["--cfg", "docsrs"]
2121

0 commit comments

Comments
 (0)