Skip to content

Commit

Permalink
Make js-sys a default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Sep 3, 2024
1 parent e83158b commit ca56864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ url = { version = "2.4", default-features = false, features = ["serde"] }
zeroize = { version = "1.6", default-features = false }

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
js-sys = { version = "0.3.55", default-features = false, optional = true }
js-sys = { version = "0.3.55", default-features = true, optional = true }

[dev-dependencies]
proptest = { version = "1.0.0" }
Expand Down

0 comments on commit ca56864

Please sign in to comment.