There is no direct dirs-next dependency in term
This commit is contained in:
parent
f9cdb2afe2
commit
c832aa5a49
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -344,7 +344,6 @@ dependencies = [
|
|||
"anyhow",
|
||||
"chrono",
|
||||
"crossterm",
|
||||
"dirs-next",
|
||||
"fern",
|
||||
"futures-util",
|
||||
"fuzzy-matcher",
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue