From 2ade772ab0f2c07084ffd9cc0716fc9be05f8dc8 Mon Sep 17 00:00:00 2001 From: dAxpeDDa Date: Thu, 1 Jun 2023 17:01:59 +0200 Subject: [PATCH] Bump `console_log` to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 871fb5fb..ff3471dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ wasm-bindgen = "0.2.45" wasm-bindgen-futures = "0.4" [target.'cfg(target_family = "wasm")'.dev-dependencies] -console_log = "0.2" +console_log = "1" web-sys = { version = "0.3.22", features = ['CanvasRenderingContext2d'] } [workspace]