Skip to content

Commit 049f87f

Browse files
committed
a more stable supply
1 parent ed236a0 commit 049f87f

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
anyhow = "1"
9-
dirs = "4"
9+
dirs-next = "2"
1010
slug = "0.1"
1111

1212
[dependencies.clap]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::{fs, process};
22

33
use anyhow::Result;
44
use clap::Parser;
5-
use dirs::home_dir;
5+
use dirs_next::home_dir;
66
use slug::slugify;
77

88
#[derive(Parser)]

0 commit comments

Comments
 (0)