summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-03-14 12:59:16 +1300
committerBen Bridle <ben@derelict.engineering>2025-03-14 12:59:41 +1300
commita9dab5cd4fd71e06d705cd1612588568502ddc07 (patch)
tree1636397063026c5173ef73d2015226bf92466510 /Cargo.toml
parent8b7affdd9f256f38b99d416c2d7ba3a4a76cc6ad (diff)
downloadtoaster-a9dab5cd4fd71e06d705cd1612588568502ddc07.zip
Support labelled internal links
The latest version of the markdown library supports labelled internal links, which allows an internal link to point to a page but to display with a different name.
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 de58476..94a9ccb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.0" }
-markdown = { git = "git://benbridle.com/markdown", tag = "v3.2.0" }
+markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.0" }
recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" }
log = { git = "git://benbridle.com/log", tag = "v1.1.2" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" }