From 9886d5b4a8dfa0ba73d107786e585f4eff2e7906 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 7 Apr 2026 15:32:31 +0200 Subject: [PATCH] Bump minimum wasm-bindgen version To fix MSRV CI --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 813b5741..985a5494 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ objc2-quartz-core = { version = "0.3.2", default-features = false, features = [ # Web dependencies. [target.'cfg(target_family = "wasm")'.dependencies] js-sys = "0.3.63" -wasm-bindgen = "0.2.86" +wasm-bindgen = "0.2.108" web-sys = { version = "0.3.55", features = [ "CanvasRenderingContext2d", "Document",