From 377d19c9f1240560df8377a419a55062601c7154 Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:09:03 -0500 Subject: [PATCH] fix(deps): update rust crate wasm-bindgen to v0.2.96 (#368) --- templates/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/wasm/Cargo.toml b/templates/wasm/Cargo.toml index ca778a8..757bd87 100644 --- a/templates/wasm/Cargo.toml +++ b/templates/wasm/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -wasm-bindgen = "=0.2.95" +wasm-bindgen = "=0.2.96"