diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-23 17:51:28 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-23 17:51:28 +0000 |
commit | 0b942cbcb071811a811aa35feaa80950c2415075 (patch) | |
tree | 29c3d8d4d9be9307d901e4330696d335e428e8c0 /crates/gen_lsp_server/Cargo.toml | |
parent | bea75e0943d08b4a142ba681a9f6992bbfdd5d8f (diff) | |
parent | 70a35379abc393bb0cf34736dc7b00a0a2cf7ee4 (diff) |
Merge #615
615: Bumpup lsp-types to v0.55.0 r=DJMcNab a=h-michael
https://github.com/gluon-lang/lsp-types/compare/v0.54.0...v0.55.0
Co-authored-by: Hirokazu Hata <[email protected]>
Diffstat (limited to 'crates/gen_lsp_server/Cargo.toml')
-rw-r--r-- | crates/gen_lsp_server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml index 041151741..54a1d2901 100644 --- a/crates/gen_lsp_server/Cargo.toml +++ b/crates/gen_lsp_server/Cargo.toml | |||
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |||
8 | description = "Generic LSP server scaffold." | 8 | description = "Generic LSP server scaffold." |
9 | 9 | ||
10 | [dependencies] | 10 | [dependencies] |
11 | lsp-types = "0.54.0" | 11 | lsp-types = "0.55.0" |
12 | log = "0.4.3" | 12 | log = "0.4.3" |
13 | failure = "0.1.4" | 13 | failure = "0.1.4" |
14 | serde_json = "1.0.34" | 14 | serde_json = "1.0.34" |