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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml index f56a0de616..606ee2e453 100644 --- a/lib/lsp-server/Cargo.toml +++ b/lib/lsp-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-server" -version = "0.7.9" +version = "0.8.0" description = "Generic LSP server scaffold." license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server" @@ -14,7 +14,9 @@ serde_derive = { version = "1.0.219" } crossbeam-channel.workspace = true [dev-dependencies] -lsp-types = "=0.95" +lsp-types = { version = "0.4.0", package = "gen-lsp-types", features = [ + "url", +] } ctrlc = "3.4.7" anyhow.workspace = true rustc-hash.workspace = true |