From 59c3dbd4bbfb38af9c224396b51ee2074e766528 Mon Sep 17 00:00:00 2001 From: Mae Hood Date: Fri, 4 Jul 2025 11:02:51 +0100 Subject: [PATCH] Bump wasmtimer to 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfdc1f69..c9364c26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -230,7 +230,7 @@ tracing = "0.1" unicode-segmentation = "1.0" url = "2.5" wasm-bindgen-futures = "0.4" -wasmtimer = "0.4.1" +wasmtimer = "0.4.2" web-sys = "0.3.69" web-time = "1.1" wgpu = { version = "27.0", default-features = false, features = ["std", "wgsl"] }