summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2026-02-06 14:48:30 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2026-02-06 14:49:21 +1300
commita5fcd1497ed5fc40c9a5efb47d201d51645e183d (patch)
tree39382285df5eec84656cd1e9ee40d61cb53a73d1 /Cargo.toml
parent77e7c579fa64096efad34736822b4240aad0444f (diff)
downloadtoaster-a5fcd1497ed5fc40c9a5efb47d201d51645e183d.zip
Update switchboard dependency
This has no real effect on the program, it's more for tidiness.
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 850e1d9..481104a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.1" }
markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.2" }
recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" }
log = { git = "git://benbridle.com/log", tag = "v2.0.0" }
-switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" }
+switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" }
highlight = { git = "git://benbridle.com/highlight", tag = "v1.0.2" }
[profile.release]