diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-21 13:17:50 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-21 13:17:50 +0100 |
commit | 7f94119171658523bc854e8c8b4b6da28378b468 (patch) | |
tree | 2514390a1b3180ad6fdce826ff412617da77e8eb /crates | |
parent | fa15c4d75e87bd3bf761c91f030c76aec59308ae (diff) | |
parent | 47672726d8df0b04693042cb44bf812b2459f226 (diff) |
Merge #1181
1181: :arrow_up: lsp r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index c855d6f68..74861a56a 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -15,7 +15,7 @@ crossbeam-channel = "0.3.5" | |||
15 | flexi_logger = "0.11.0" | 15 | flexi_logger = "0.11.0" |
16 | log = "0.4.3" | 16 | log = "0.4.3" |
17 | url_serde = "0.2.0" | 17 | url_serde = "0.2.0" |
18 | lsp-types = "0.57.0" | 18 | lsp-types = { version = "0.57.1", features = ["proposed"] } |
19 | rustc-hash = "1.0" | 19 | rustc-hash = "1.0" |
20 | parking_lot = "0.7.0" | 20 | parking_lot = "0.7.0" |
21 | 21 | ||