Use color_eyre (#173)

This commit is contained in:
Rebecca Turner
2022-11-11 09:39:29 -05:00
committed by GitHub
parent 1b49b70833
commit fd369d1872
34 changed files with 216 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
#![cfg(windows)]
use anyhow::Result;
use color_eyre::eyre::Result;
use log::{debug, error};
use std::{env::current_exe, fs, path::PathBuf};