Skip to content

Commit

Permalink
ref: update wasm-bindgen version to avoid CI error for wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
moaz-mokhtar committed Mar 9, 2024
1 parent 72bbd5f commit 1bf1222
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chrono = { version = "0.4.31", features = ["wasmbind", "serde"] }
lazy_static = "1.4.0"

# simple WASM codegen
wasm-bindgen = { version = "0.2.84" }
wasm-bindgen = { version = "0.2.92" }
# instead of wasm-bindgen::serde-serialize feature that may lead to a cyclic package dependency
serde-wasm-bindgen = "0.5.0"

Expand Down

0 comments on commit 1bf1222

Please sign in to comment.