Skip to content

Commit b121e4f

Browse files
authored
Bump minimum wasm-bindgen version (#353)
To fix MSRV CI
1 parent c2f9192 commit b121e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ objc2-quartz-core = { version = "0.3.2", default-features = false, features = [
129129
# Web dependencies.
130130
[target.'cfg(target_family = "wasm")'.dependencies]
131131
js-sys = "0.3.63"
132-
wasm-bindgen = "0.2.86"
132+
wasm-bindgen = "0.2.108"
133133
web-sys = { version = "0.3.55", features = [
134134
"CanvasRenderingContext2d",
135135
"Document",

0 commit comments

Comments
 (0)