mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 05:57:51 +02:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user