From 7a7a4cb9cea7405f9ef6b2268547cfccac1359e5 Mon Sep 17 00:00:00 2001 From: "Michael X. Grey" Date: Thu, 13 Feb 2025 16:30:27 +0800 Subject: [PATCH] Lock in specific features for uuid on wasm builds Signed-off-by: Michael X. Grey --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8164d7b8..347cbdef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,6 +54,9 @@ tracing = "0.1.41" strum = { version = "0.26.3", optional = true, features = ["derive"] } semver = { version = "1.0.24", optional = true } +[target.'cfg(target_arch = "wasm32")'.dependencies] +uuid = { version = "1.13.1", default-features = false, features = ["js"] } + [features] single_threaded_async = ["dep:async-task"] diagram = [