Skip to content

Commit

Permalink
fix: use an existing riscv64 target for docs.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 23, 2023
1 parent a21e25a commit 735e2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default-target = "x86_64-unknown-none"
targets = [
"x86_64-unknown-none",
"aarch64-unknown-none-softfloat",
"riscv64-unknown-none",
"riscv64imac-unknown-none",
]
rustdoc-args = ["--cfg", "docsrs"]

Expand Down

0 comments on commit 735e2f7

Please sign in to comment.