Pin web-sys dependency to 0.3.67 for now

Context: https://github.com/rustwasm/wasm-bindgen/issues/3834
This commit is contained in:
Héctor Ramón Jiménez 2024-02-07 10:32:47 +01:00
parent dea9800503
commit 2a3778daa3
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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"