Skip to content

Commit

Permalink
Fix uuid wasm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Feb 7, 2025
1 parent 88e8c02 commit c281303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/claims/crates/data-integrity/sd-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ hex.workspace = true
async-std = { workspace = true, features = ["attributes"] }
lazy_static.workspace = true
json-syntax.workspace = true

[target.'cfg(target_arch = "wasm32")'.dependencies]
uuid = { workspace = true, features = ["v4", "js"] }

0 comments on commit c281303

Please sign in to comment.