From e59f3e9284148101b58c0a16fa5f0a9f052107ad Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Thu, 21 Aug 2025 12:10:59 +1200 Subject: Update highlight dependency This considerably reduces the binary bloat originally introduced by the highlight crate. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6e5e084..9ddee36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.2.3-70-g09d2