Upgrade lsp-server Dependency (#11252)

The lsp-server crate has been released and thus it is now possible to
depend on this version rather on the git dependency of the crate.
This commit is contained in:
Marc Schreiber
2023-12-07 00:19:03 +01:00
committed by GitHub
parent 5d5088b5d5
commit b03f1efac4
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@ reedline = { version = "0.26" }
crossbeam-channel = "0.5.8"
lsp-types = "0.94.1"
lsp-server = { version = "0.7.4", git = "https://github.com/schrieveslaach/rust-analyzer.git", branch = "cancelable-initialization" }
lsp-server = "0.7.5"
miette = "5.10"
ropey = "1.6.1"
serde = "1.0"