From 9d12a249d9c5ca3c0e75a57a4f1832bcd7dec386 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 16 Feb 2022 10:05:11 -0500 Subject: [PATCH] use console_error_panic_hook 0.1.7 instead of from git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4cbbd79..149b20c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ plotters-canvas = "0.3.0" wee_alloc = "0.4.5" web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] } meval = { git = "https://github.com/rekka/meval-rs.git" } -console_error_panic_hook = { git = "https://github.com/rustwasm/console_error_panic_hook.git"} \ No newline at end of file +console_error_panic_hook = "0.1.7"