diff options
| author | Ben Bridle <bridle.benjamin@gmail.com> | 2026-02-06 14:48:30 +1300 |
|---|---|---|
| committer | Ben Bridle <bridle.benjamin@gmail.com> | 2026-02-06 14:49:21 +1300 |
| commit | a5fcd1497ed5fc40c9a5efb47d201d51645e183d (patch) | |
| tree | 39382285df5eec84656cd1e9ee40d61cb53a73d1 /Cargo.toml | |
| parent | 77e7c579fa64096efad34736822b4240aad0444f (diff) | |
| download | toaster-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
