From 9712bbb23b19a957aaba9080ec5ee5f3134e526e Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 24 Feb 2022 11:38:40 +0900 Subject: Use which to resolve lsp/dap binaries This resolves the following issue: https://github.com/helix-editor/helix/discussions/962#discussioncomment-1580046 --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 306740bd..4446a99f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,6 +393,7 @@ dependencies = [ "serde_json", "thiserror", "tokio", + "which", ] [[package]] @@ -411,6 +412,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", + "which", ] [[package]] -- cgit v1.2.3-70-g09d2