Replace dirs with dirs-next

This commit is contained in:
brightly-salty
2020-12-15 06:59:26 -06:00
parent 7bde174b40
commit 4854da4805
4 changed files with 28 additions and 17 deletions

View File

@@ -281,7 +281,7 @@ impl Machine {
}
fn compile_scryerrc(&mut self) {
let mut path = match dirs::home_dir() {
let mut path = match dirs_next::home_dir() {
Some(path) => path,
None => return,
};