mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 03:07:02 +05:30
fix(rust): upgrade to Rust 1.88.0
This commit is contained in:
parent
8c368cc52e
commit
573b6a70d9
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ fn main() -> Result<()> {
|
|||
}
|
||||
if let Err(e) = logging::init() {
|
||||
bail!(e)
|
||||
};
|
||||
}
|
||||
let config_path = get_config_path()?;
|
||||
let config_str = std::fs::read_to_string(config_path.as_path()).unwrap_or_default();
|
||||
let config: Replacements = toml::from_str(&config_str)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue