There is no direct dirs-next dependency in term

imgbot
Blaž Hrastnik 3 years ago
parent f9cdb2afe2
commit c832aa5a49

1
Cargo.lock generated

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

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

Loading…
Cancel
Save