Skip to content

Commit

Permalink
chore: bump wasm-bindge version
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Mar 12, 2024
1 parent ca2eef2 commit a8fbe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ image = "0.24.6"

# dependencies exclusive for wasm32
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = { version = "0.2.84", features = ["serde", "serde-serialize"] }
wasm-bindgen = { version = "0.2.92", features = ["serde", "serde-serialize"] }
console_error_panic_hook = "0.1"
wasm-bindgen-futures = "0.4.33"
async-std = "1.12.0"
Expand Down

0 comments on commit a8fbe1d

Please sign in to comment.