refactor: Updated to the most recent Rust version with 2024 syntax

This commit is contained in:
2025-11-07 15:50:55 -07:00
parent ed6c3ae431
commit dbf7329e87
44 changed files with 377 additions and 371 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use std::{
process::Command,
};
use anyhow::{anyhow, bail, Context, Result};
use anyhow::{Context, Result, anyhow, bail};
use dirs::home_dir;
use std::sync::LazyLock;