Skip to content

Commit a65552b

Browse files
committed
Update wasm-bindgen to 0.2.100.
1 parent b0e25ab commit a65552b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tower-http = { version = "0.6.2", features = ["fs"], optional = true }
2828
tracing = { workspace = true, optional = true }
2929
tracing-appender = { workspace = true, optional = true }
3030
tracing-subscriber = {workspace = true, optional = true }
31-
wasm-bindgen = "=0.2.99"
31+
wasm-bindgen = "=0.2.100"
3232

3333
[features]
3434
default = ["ssr"]

0 commit comments

Comments
 (0)