mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 07:47:02 +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
|
@ -1,6 +1,6 @@
|
|||
use std::str::FromStr;
|
||||
|
||||
use anyhow::{bail, Result};
|
||||
use anyhow::{Result, bail};
|
||||
use regex::Regex;
|
||||
use serde_derive::Deserialize;
|
||||
use tracing::trace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue