Trigger a cargo update

This commit is contained in:
Isaac Mills 2024-04-10 14:46:59 -04:00
parent 34d350da19
commit bed24b283f
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -205,6 +205,7 @@ impl<'a, T: Iterator<Item = Event<'a>>> Iterator for JotdownBufferIter<'a, T> {
.map(|r| RichText(Cow::Borrowed(r.0), r.1)) .map(|r| RichText(Cow::Borrowed(r.0), r.1))
.collect::<Vec<_>>(); .collect::<Vec<_>>();
let image_url = jot.image_url; let image_url = jot.image_url;
let urls = jot.urls; let urls = jot.urls;
let added = jot.added; let added = jot.added;
let metrics = jot.metrics; let metrics = jot.metrics;