Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 9b9fb1c

Browse files
committed
Use overriden ls-types 0.17 with backported fix
1 parent 91e24ff commit 9b9fb1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cargo = { git = "https://github.com/rust-lang/cargo" }
1414
env_logger = "0.4"
1515
failure = "0.1.1"
1616
jsonrpc-core = "8.0.1"
17-
languageserver-types = "0.17"
17+
languageserver-types = { git = "https://github.com/Xanewok/languageserver-types", branch = "backport-0.17-fix-params-types" }
1818
lazy_static = "0.2"
1919
log = "0.3"
2020
racer = "2.0.12"

0 commit comments

Comments
 (0)