From bc2d662af7fd9b527dc6b49f31627780e58d79c2 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 31 Jan 2025 20:42:53 +0100 Subject: Replace `println` with `log` calls in `markdown` module --- widget/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'widget/Cargo.toml') diff --git a/widget/Cargo.toml b/widget/Cargo.toml index e19cad08..6d1f054e 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -33,6 +33,7 @@ iced_renderer.workspace = true iced_runtime.workspace = true num-traits.workspace = true +log.workspace = true rustc-hash.workspace = true thiserror.workspace = true unicode-segmentation.workspace = true -- cgit