aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-27 01:29:15 +0000
committerBlaž Hrastnik2021-06-27 14:28:22 +0000
commitc832aa5a49be244c6ab965a06b8dbf5f38a19e1d (patch)
treeb2191b659075d42a8dd7ea55365f96d6497cf295 /helix-term/Cargo.toml
parentf9cdb2afe29045723d2ad14eaea371eddf3107fe (diff)
There is no direct dirs-next dependency in term
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 8ae25ad0..1ff32276 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -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 }