Update all dependencies (again)

This commit is contained in:
2023-07-06 10:37:57 -04:00
parent 100f8f8ac5
commit c7a326b160
7 changed files with 449 additions and 342 deletions

View File

@@ -17,7 +17,7 @@ pub fn jobs_ui(ui: &mut egui::Ui, view_state: &mut ViewState) {
if job.handle.is_some() {
job.should_remove = true;
if let Err(e) = job.cancel.send(()) {
eprintln!("Failed to cancel job: {e:?}");
log::error!("Failed to cancel job: {e:?}");
}
} else {
remove_job = Some(idx);