Skip to content

Commit

Permalink
fix(deps): update rust crate wasm-bindgen to 0.2.90
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and HerringtonDarkholme committed Jan 13, 2024
1 parent 17ab6d7 commit 8bdf591
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib"]
[dependencies]
compiler = { path = "../compiler", package = "vue-compiler-core", default-features = false, features = [] }
dom = { path = "../dom", package = "vue-compiler-dom" }
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.90"
wee_alloc = { version = "0.4.5" }

[profile.release]
Expand Down

0 comments on commit 8bdf591

Please sign in to comment.