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.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml
index 358cd2f168..03a4f08108 100644
--- a/lib/lsp-server/Cargo.toml
+++ b/lib/lsp-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lsp-server"
-version = "0.8.0"
+version = "0.7.9"
description = "Generic LSP server scaffold."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server"
@@ -16,7 +16,6 @@ lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types" }
[dev-dependencies]
lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types" }
-
ctrlc = "3.4.7"
anyhow.workspace = true
rustc-hash.workspace = true