aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorHirokazu Hata <[email protected]>2019-01-23 17:40:12 +0000
committerHirokazu Hata <[email protected]>2019-01-23 17:47:03 +0000
commit76d52be1da7718d658327adbf7f49388ffbbd7d2 (patch)
treedc86f6d2f72d4950b4f241c7ad8cb5c085c261fb /crates
parent5ced113e1cf79ce6aa1edd574dde4b845e78d562 (diff)
Bumpup lsp-types to v0.55.0
Diffstat (limited to 'crates')
-rw-r--r--crates/gen_lsp_server/Cargo.toml2
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
2 files changed, 2 insertions, 2 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"
8description = "Generic LSP server scaffold." 8description = "Generic LSP server scaffold."
9 9
10[dependencies] 10[dependencies]
11lsp-types = "0.54.0" 11lsp-types = "0.55.0"
12log = "0.4.3" 12log = "0.4.3"
13failure = "0.1.4" 13failure = "0.1.4"
14serde_json = "1.0.34" 14serde_json = "1.0.34"
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index dd8543c56..160d2f672 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -16,7 +16,7 @@ crossbeam-channel = "0.3.5"
16flexi_logger = "0.10.0" 16flexi_logger = "0.10.0"
17log = "0.4.3" 17log = "0.4.3"
18url_serde = "0.2.0" 18url_serde = "0.2.0"
19lsp-types = "0.54.0" 19lsp-types = "0.55.0"
20walkdir = "2.2.7" 20walkdir = "2.2.7"
21im = "12.0.0" 21im = "12.0.0"
22cargo_metadata = "0.7.0" 22cargo_metadata = "0.7.0"