Skip to content

Commit 120113e

Browse files
minor: fix compilation on wasm
1 parent f2cbaf1 commit 120113e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ serde_with-3 = { package = "serde_with", version = "3.1.0", optional = true }
7373
time = { version = "0.3.9", features = ["formatting", "parsing", "macros", "large-dates"] }
7474
bitvec = "1.0.1"
7575
serde_path_to_error = { version = "0.1.16", optional = true }
76+
7677
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
7778
js-sys = "0.3"
79+
uuid = { version = "1.1.2", features = ["serde", "v4", "js"] }
7880

7981
[dev-dependencies]
8082
assert_matches = "1.2"

0 commit comments

Comments
 (0)