Skip to content

Commit e418d08

Browse files
committed
fix(deps): update rust crate wasm-bindgen to 0.2.87
1 parent d35a8b7 commit e418d08

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515

1616
[dependencies]
1717
compiler = { path = "../compiler", package = "vue-compiler-core", default-features = false, features = [] }
18-
wasm-bindgen = "0.2.86"
18+
wasm-bindgen = "0.2.87"
1919
wee_alloc = { version = "0.4.5" }
2020

2121
[profile.release]

0 commit comments

Comments
 (0)