From 5cd3077e383094ba587f2354b6be3c757c89f4e8 Mon Sep 17 00:00:00 2001 From: aniketfuryrocks Date: Fri, 7 May 2021 16:33:04 +0530 Subject: [PATCH] console_error_panic_hook version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d12dcff5..9daec6b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tokio = { version = "1.5.0", features = ["sync", "rt", "rt-multi-thread"], optio #web wasm-bindgen = { version = "0.2.73", optional = true } wasm-bindgen-futures = { version = "0.4.23", optional = true } -console_error_panic_hook = { version = "", optional = true } +console_error_panic_hook = { version = "0.1.6", optional = true } [dependencies.web-sys] version = "0.3.50" features = [