Remove git-based dependencies and update several (#379)

This commit is contained in:
Ethan Roseman
2026-07-10 13:25:34 +08:00
committed by GitHub
parent 73917c12a8
commit 4d0a273d65
6 changed files with 1693 additions and 985 deletions
+3 -1
View File
@@ -344,7 +344,9 @@ pub fn diff_view_ui(
);
} else {
ui.label(RichText::new("Last built:").text_style(egui::TextStyle::Monospace));
let format = format_description::parse("[hour]:[minute]:[second]").unwrap();
let format =
format_description::parse_borrowed::<3>("[hour]:[minute]:[second]")
.unwrap();
ui.label(
RichText::new(
result.time.to_offset(appearance.utc_offset).format(&format).unwrap(),