summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-08-21 12:10:59 +1200
committerBen Bridle <ben@derelict.engineering>2025-08-21 12:10:59 +1200
commite59f3e9284148101b58c0a16fa5f0a9f052107ad (patch)
tree93c3cdfd7c817276d2cb19b6df3a24a5e034122c
parent18cfe87faaf2306b5cda3176e44025e9cd17d6b2 (diff)
downloadtoaster-main.zip
Update highlight dependencyHEADmain
This considerably reduces the binary bloat originally introduced by the highlight crate.
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d5d8c44..9923224 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -39,8 +39,8 @@ dependencies = [
[[package]]
name = "highlight"
-version = "1.0.0"
-source = "git+git://benbridle.com/highlight?tag=v1.0.0#0e9fe32e7439a597a49f9c36c56a26726100b434"
+version = "1.0.1"
+source = "git+git://benbridle.com/highlight?tag=v1.0.1#a7282a8de548fd14bc60519453e9a6e43b23acde"
dependencies = [
"fancy-regex",
]
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