Skip to content

Commit

Permalink
Remove optional=true from wasm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Oct 4, 2024
1 parent 869cee4 commit 6524c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ wasi = { version = "0.13", default-features = false }
windows-targets = "0.52"

[target.'cfg(all(getrandom_backend = "wasm_js", any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies]
wasm-bindgen = { version = "0.2.89", default-features = false, optional = true }
js-sys = { version = "0.3", optional = true }
wasm-bindgen = { version = "0.2.89", default-features = false }
js-sys = "0.3"
[target.'cfg(all(getrandom_backend = "wasm_js", getrandom_browser_test, any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dev-dependencies]
wasm-bindgen-test = "0.3.39"

Expand Down

0 comments on commit 6524c3b

Please sign in to comment.