From 2a3778daa349043f5b69a1b264feb5f00d3dd772 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 7 Feb 2024 10:32:47 +0100 Subject: Pin `web-sys` dependency to `0.3.67` for now Context: https://github.com/rustwasm/wasm-bindgen/issues/3834 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9dee6b7..b1fa8634 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] } unicode-segmentation = "1.0" wasm-bindgen-futures = "0.4" wasm-timer = "0.2" -web-sys = "0.3" +web-sys = "=0.3.67" web-time = "0.2" wgpu = "0.19" winapi = "0.3" -- cgit