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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml index 4722619f4d..01c834e266 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 = "=0.95" +lsp-types = { path = "/home/os/helix/helix-lsp-types", package = "helix-lsp-types" } [dev-dependencies] -lsp-types = "=0.95" +lsp-types = { path = "/home/os/helix/helix-lsp-types", package = "helix-lsp-types" } ctrlc = "3.4.7" anyhow.workspace = true rustc-hash.workspace = true |