aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-30 10:02:56 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-30 10:02:56 +0100
commitf2cb94db77d6864d3f4a54b493eba388271425f0 (patch)
tree1a48e868e9b039540b0230adea82a506dcb6b364 /crates/ra_lsp_server
parent572a1e507e3009de8eea84d6fad7e9abedadb6f0 (diff)
parent18ed3517474dbc41586f71b22c72bf083be3dca9 (diff)
Merge #1350
1350: :arrow_up: parking_lot r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server')
-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 74861a56a..d52e0165f 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -17,7 +17,7 @@ log = "0.4.3"
17url_serde = "0.2.0" 17url_serde = "0.2.0"
18lsp-types = { version = "0.57.1", features = ["proposed"] } 18lsp-types = { version = "0.57.1", features = ["proposed"] }
19rustc-hash = "1.0" 19rustc-hash = "1.0"
20parking_lot = "0.7.0" 20parking_lot = "0.8.0"
21 21
22ra_vfs = "0.2.0" 22ra_vfs = "0.2.0"
23thread_worker = { path = "../thread_worker" } 23thread_worker = { path = "../thread_worker" }