diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-08-21 12:10:59 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-08-21 12:10:59 +1200 |
commit | e59f3e9284148101b58c0a16fa5f0a9f052107ad (patch) | |
tree | 93c3cdfd7c817276d2cb19b6df3a24a5e034122c /Cargo.toml | |
parent | 18cfe87faaf2306b5cda3176e44025e9cd17d6b2 (diff) | |
download | toaster-e59f3e9284148101b58c0a16fa5f0a9f052107ad.zip |
This considerably reduces the binary bloat originally introduced by the
highlight crate.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ 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 = "v2.0.0" } switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" } -highlight = { git = "git://benbridle.com/highlight", tag = "v1.0.0" } +highlight = { git = "git://benbridle.com/highlight", tag = "v1.0.1" } [profile.release] lto=true |