fix: upgrade to Rust 1.83.0

This commit is contained in:
Harsh Shandilya 2024-12-23 21:48:40 +05:30
parent cd434640fa
commit ce98913d45
5 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ mod test;
use std::path::PathBuf;
use anyhow::{anyhow, bail, Result};
use anyhow::{Result, anyhow, bail};
use dirs::config_dir;
use tracing::debug;