Skip to content

Commit

Permalink
fix(deps): update rust crate console_error_panic_hook to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2023
1 parent c37dadb commit 8473197
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 @@ -24,6 +24,6 @@ log = "0.4.17"
getrandom = { version = "0.2", features = ["js"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4"

0 comments on commit 8473197

Please sign in to comment.