Skip to content

Commit e430c14

Browse files
authored
Lock in specific features for uuid on wasm builds (#54)
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 9175367 commit e430c14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ tracing = "0.1.41"
5454
strum = { version = "0.26.3", optional = true, features = ["derive"] }
5555
semver = { version = "1.0.24", optional = true }
5656

57+
[target.'cfg(target_arch = "wasm32")'.dependencies]
58+
uuid = { version = "1.13.1", default-features = false, features = ["js"] }
59+
5760
[features]
5861
single_threaded_async = ["dep:async-task"]
5962
diagram = [

0 commit comments

Comments
 (0)