Skip to content

Commit

Permalink
add wasm32-unknown-unknown to doc targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 3, 2024
1 parent 8b0db58 commit 11a6137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ serde = [
verify = ["blake3", "solana-signature/verify"]

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
all-features = true
rustdoc-args = ["--cfg=docsrs"]

0 comments on commit 11a6137

Please sign in to comment.