From 9b5d4517b9bccd7af3754012cd46c58a8f1bf07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 8 Feb 2024 18:46:39 +0100 Subject: [PATCH] Pin `web-sys` to `0.3.67` since we are using unstable APIs See: 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 bde4e8451a..0e1bb9cd9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,7 +160,7 @@ js-sys = "0.3.67" wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.40" wasm-bindgen-test = "0.3" -web-sys = "0.3.67" +web-sys = "=0.3.67" web-time = "0.2.4" # deno dependencies