From dca53550b82a7db0d8b2bb0220713549cd045b4b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 13 Aug 2018 21:58:13 -0700 Subject: [PATCH] Temporarily fix console_error_panic_hook on CI --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 46f7d514..c9ecc927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,3 +69,4 @@ members = [ [patch.crates-io] wasm-bindgen = { path = '.' } +console_error_panic_hook = { git = 'https://github.com/alexcrichton/console_error_panic_hook' }