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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml index f56a0de616..03a4f08108 100644 --- a/lib/lsp-server/Cargo.toml +++ b/lib/lsp-server/Cargo.toml @@ -12,9 +12,10 @@ serde_json = "1.0.140" serde = { version = "1.0.219" } serde_derive = { version = "1.0.219" } crossbeam-channel.workspace = true +lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types" } [dev-dependencies] -lsp-types = "=0.95" +lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types" } ctrlc = "3.4.7" anyhow.workspace = true rustc-hash.workspace = true |