mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Switch to upstream langserver-types
This commit is contained in:
parent
f2291d6a76
commit
ce06a9ddcb
1 changed files with 1 additions and 5 deletions
|
@ -14,12 +14,8 @@ threadpool = "1.7.1"
|
||||||
flexi_logger = "0.9.0"
|
flexi_logger = "0.9.0"
|
||||||
log = "0.4.3"
|
log = "0.4.3"
|
||||||
url_serde = "0.2.0"
|
url_serde = "0.2.0"
|
||||||
|
languageserver-types = "0.49.0"
|
||||||
|
|
||||||
libsyntax2 = { path = "../libsyntax2" }
|
libsyntax2 = { path = "../libsyntax2" }
|
||||||
libeditor = { path = "../libeditor" }
|
libeditor = { path = "../libeditor" }
|
||||||
libanalysis = { path = "../libanalysis" }
|
libanalysis = { path = "../libanalysis" }
|
||||||
|
|
||||||
[dependencies.languageserver-types]
|
|
||||||
git = "https://github.com/matklad/languageserver-types"
|
|
||||||
rev = "70e6bf548b901f01dc249c20378d26dd4996c25f"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue