chore: upgrade to edition 2024

Co-authored-by: Ehren Bendler <a5ehren@gmail.com>
This commit is contained in:
GideonBear
2025-11-15 18:23:06 +01:00
parent 54a722be21
commit b00c4c1503
25 changed files with 65 additions and 75 deletions

View File

@@ -8,7 +8,7 @@ use std::time::Duration;
use chrono::{Local, Timelike};
use color_eyre::eyre;
use color_eyre::eyre::Context;
use console::{style, Key, Term};
use console::{Key, Term, style};
use notify_rust::{Notification, Timeout};
use rust_i18n::t;
use tracing::{debug, error};