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 Nov 21, 2024
1 parent 16dfba0 commit 936e4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/instruction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ serde = [
std = []

[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"]

Expand Down

0 comments on commit 936e4af

Please sign in to comment.