Skip to content

Commit

Permalink
Cargo.toml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Jun 12, 2024
1 parent 3322c42 commit c97e405
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 @@ -24,7 +24,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"), not(feature = "ic-wasm")))'.dependencies]
js-sys = { version = "0.3.55", default-features = false, optional = true}
js-sys = { version = "0.3.55", default-features = false, optional = true }

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

0 comments on commit c97e405

Please sign in to comment.