diff options
author | Vika <vika@fireburn.ru> | 2024-12-03 08:29:38 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-12-03 08:36:37 +0300 |
commit | ca76b67e985583ebc4276d6dce9dc74fde3af3bc (patch) | |
tree | d30ebc7a384771ed1c89904ce94ea65c5cdf19cd /templates-neo | |
parent | ed36a42f20758465d09961e8993911ca1d71f1c3 (diff) | |
download | kittybox-main.tar.zst |
Changed micropub::Error's description to Option<Cow<'static, str>> to allow for that sweet sweet memory savings from not having to heap-allocate strings for static errors. Change-Id: Ic82e5ad5cacea766ea0a7e8677ce6a7f16ae8668
Diffstat (limited to 'templates-neo')
-rw-r--r-- | templates-neo/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-neo/Cargo.toml b/templates-neo/Cargo.toml index 3f58b42..22865f0 100644 --- a/templates-neo/Cargo.toml +++ b/templates-neo/Cargo.toml @@ -32,7 +32,7 @@ features = ["formatting"] version = "^0.4.19" features = ["serde"] [dependencies.kittybox-util] -version = "0.2.0" +version = "0.3.0" path = "../util" [dependencies.kittybox-indieauth] version = "0.2.0" |