Skip to content

Commit

Permalink
Fix wasm target on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Dec 3, 2024
1 parent f45f492 commit c0960f8
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 @@ -79,7 +79,7 @@ rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
targets = [
"aarch64-apple-ios",
"aarch64-linux-android",
"wasm32-wasi",
"wasm32-wasip1",
"x86_64-apple-darwin",
"x86_64-pc-windows-gnu",
"x86_64-pc-windows-msvc",
Expand Down

0 comments on commit c0960f8

Please sign in to comment.