aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMichael Davis2023-06-12 15:32:36 +0000
committerGitHub2023-06-12 15:32:36 +0000
commit25ad534d6404e2aa39536df818371dcbbc928b52 (patch)
tree9ae565d7f4fbfc1f842d156a4c128ed33eedc457 /Cargo.lock
parent18e07addfd464844fc18833cfb1d1cd38c683c11 (diff)
Check for 'git' before fetching/building grammars (#7320)
Previously the error message for this potential failure-case was confusing: "no such file or directory". `hx -g fetch`, `hx -g build` and the helix-term builder should bail early if the git binary is not available.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 182eed9e..d86ba955 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1167,6 +1167,7 @@ dependencies = [
"threadpool",
"toml",
"tree-sitter",
+ "which",
]
[[package]]