aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2019-07-07 19:13:13 +0100
committerJeremy Kolb <[email protected]>2019-07-07 19:13:13 +0100
commit3f44aaf363be0669e618a8340fd91b47ae6344c4 (patch)
tree3cbe580bf8cac059a2b87687a1a7b48dcd1779e5 /crates/ra_lsp_server/Cargo.toml
parent1b38ca3b8739230af1cc69884b5b11650b5fcb46 (diff)
use flatten branch of lsp-types
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index 2c4b3789e..9c9dda01f 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -13,7 +13,7 @@ crossbeam-channel = "0.3.5"
13flexi_logger = "0.13.0" 13flexi_logger = "0.13.0"
14log = "0.4.3" 14log = "0.4.3"
15url_serde = "0.2.0" 15url_serde = "0.2.0"
16lsp-types = { version = "0.58.0", features = ["proposed"] } 16lsp-types = { git = "https://github.com/kjeremy/languageserver-types", branch = "flatten", features = ["proposed"] }
17rustc-hash = "1.0" 17rustc-hash = "1.0"
18parking_lot = "0.8.0" 18parking_lot = "0.8.0"
19 19