From 155620ae7baed3de6667aa014696b0d63b1090af Mon Sep 17 00:00:00 2001 From: Natalie Date: Wed, 24 Jun 2026 19:49:47 -0400 Subject: [PATCH] =?UTF-8?q?chore(@projects/@magic-civilization):=20?= =?UTF-8?q?=F0=9F=94=92=20update=20Cargo.lock=20for=20uuid=20js=20wasm32?= =?UTF-8?q?=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lockfile churn from enabling uuid's `js` feature on wasm32 (api-wasm WASM build). Co-Authored-By: Claude Opus 4.8 (1M context) --- src/simulator/Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simulator/Cargo.lock b/src/simulator/Cargo.lock index b5274ad2..5f3712f7 100644 --- a/src/simulator/Cargo.lock +++ b/src/simulator/Cargo.lock @@ -1583,6 +1583,7 @@ dependencies = [ "serde", "serde-wasm-bindgen", "serde_json", + "uuid", "wasm-bindgen", ]