There is no direct dirs-next dependency in term

This commit is contained in:
Blaž Hrastnik 2021-06-27 10:29:15 +09:00
parent f9cdb2afe2
commit c832aa5a49
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View file

@ -344,7 +344,6 @@ dependencies = [
"anyhow",
"chrono",
"crossterm",
"dirs-next",
"fern",
"futures-util",
"fuzzy-matcher",

View file

@ -45,7 +45,7 @@ log = "0.4"
fuzzy-matcher = "0.3"
ignore = "0.4"
# shellexpand = "2.1"
dirs-next = "2.0"
# dirs-next = "2.0"
# markdown doc rendering
pulldown-cmark = { version = "0.8", default-features = false }