summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-31 20:42:53 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-31 20:42:53 +0100
commitbc2d662af7fd9b527dc6b49f31627780e58d79c2 (patch)
tree36124616067140d459ff6877e3ebd2855f7f3ae0 /Cargo.lock
parent4b8fc23840e52a81f1c62c48e4e83d04b700b392 (diff)
downloadiced-bc2d662af7fd9b527dc6b49f31627780e58d79c2.tar.gz
iced-bc2d662af7fd9b527dc6b49f31627780e58d79c2.tar.bz2
iced-bc2d662af7fd9b527dc6b49f31627780e58d79c2.zip
Replace `println` with `log` calls in `markdown` module
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0ad8c0b3..40949423 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2640,6 +2640,7 @@ dependencies = [
"iced_highlighter",
"iced_renderer",
"iced_runtime",
+ "log",
"num-traits",
"ouroboros",
"pulldown-cmark",