From 471b1e003afecb89ee370d288061774ed35c83b7 Mon Sep 17 00:00:00 2001 From: Logan Magee Date: Sun, 27 Sep 2020 06:47:47 -0800 Subject: [PATCH] Bump console_log from 0.1 to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5c62052..6f9056b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,4 +129,4 @@ optional = true features = ["experimental_features_which_may_break_on_minor_version_bumps"] [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -console_log = "0.1" +console_log = "0.2"