From 8e0930ab8986b38c00e818ad1ff31928c6afac67 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Fri, 15 Nov 2024 00:42:50 +0400 Subject: [PATCH] add "wasm32-unknown-unknown" to doc targets --- sdk/instruction/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/instruction/Cargo.toml b/sdk/instruction/Cargo.toml index 5826fca227ff20..6c21e3959784ea 100644 --- a/sdk/instruction/Cargo.toml +++ b/sdk/instruction/Cargo.toml @@ -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"]