mirror of https://github.com/helix-editor/helix
There is no direct dirs-next dependency in term
parent
f9cdb2afe2
commit
c832aa5a49
|
@ -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 New Issue