Skip to content

Commit

Permalink
Only add wasm-bindgen as a dependency on wasm32-unknown-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 18, 2024
1 parent ef9f91e commit 2ef2380
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 @@ -157,7 +157,7 @@ optional = true
version = "0.5"

# Private
[dependencies.wasm-bindgen]
[target.'cfg(target = "wasm32-unknown-unknown")'.dependencies.wasm-bindgen]
version = "0.2"
optional = true

Expand Down

0 comments on commit 2ef2380

Please sign in to comment.