Skip to content

Commit

Permalink
Make the toml longer, more complicated, and functional
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 18, 2024
1 parent 2ef2380 commit abe995a
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
[target.'cfg(target = "wasm32-unknown-unknown")'.dependencies.wasm-bindgen]
[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.wasm-bindgen]
version = "0.2"
optional = true

Expand Down

0 comments on commit abe995a

Please sign in to comment.