Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/lsp-server/Cargo.toml')
-rw-r--r--lib/lsp-server/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml
index 01c834e266..5c709f4a5b 100644
--- a/lib/lsp-server/Cargo.toml
+++ b/lib/lsp-server/Cargo.toml
@@ -12,10 +12,10 @@ serde_json = "1.0.140"
serde = { version = "1.0.219" }
serde_derive = { version = "1.0.219" }
crossbeam-channel.workspace = true
-lsp-types = { path = "/home/os/helix/helix-lsp-types", package = "helix-lsp-types" }
+lsp-types = { git = "https://github.com/bend-n/helix", package = "helix-lsp-types" }
[dev-dependencies]
-lsp-types = { path = "/home/os/helix/helix-lsp-types", package = "helix-lsp-types" }
+lsp-types = { git = "https://github.com/bend-n/helix", package = "helix-lsp-types" }
ctrlc = "3.4.7"
anyhow.workspace = true
rustc-hash.workspace = true