Skip to content

Commit 5dd9a30

Browse files
authored
Merge branch 'main' into buffer_map
2 parents aa22f87 + e430c14 commit 5dd9a30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
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)