mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 10:07:00 +05:30
fix: upgrade to Rust 1.83.0
This commit is contained in:
parent
cd434640fa
commit
ce98913d45
5 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue