summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-01-15 16:44:35 +1300
committerBen Bridle <ben@derelict.engineering>2025-01-15 16:44:35 +1300
commit47fdfb62dd302d0e3d998e3f213e5af49f5a7039 (patch)
treec2640162b9c19997f3381c53dc859c87cee9ce3b /Cargo.toml
parentbc3e25f8c1edbd233ed0c266c574892e88644d9c (diff)
downloadtoaster-47fdfb62dd302d0e3d998e3f213e5af49f5a7039.zip
Count only level 1 and 2 headings when checking if page needs contents
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9032713..26e45b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.0.3" }
-markdown = { git = "git://benbridle.com/markdown", tag = "v2.1.1" }
+markdown = { git = "git://benbridle.com/markdown", tag = "v2.1.2" }
recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" }
xflags = "0.4.0-pre.1"