diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 10:02:56 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 10:02:56 +0100 |
commit | f2cb94db77d6864d3f4a54b493eba388271425f0 (patch) | |
tree | 1a48e868e9b039540b0230adea82a506dcb6b364 /crates/ra_lsp_server | |
parent | 572a1e507e3009de8eea84d6fad7e9abedadb6f0 (diff) | |
parent | 18ed3517474dbc41586f71b22c72bf083be3dca9 (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.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 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" | |||
17 | url_serde = "0.2.0" | 17 | url_serde = "0.2.0" |
18 | lsp-types = { version = "0.57.1", features = ["proposed"] } | 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.8.0" |
21 | 21 | ||
22 | ra_vfs = "0.2.0" | 22 | ra_vfs = "0.2.0" |
23 | thread_worker = { path = "../thread_worker" } | 23 | thread_worker = { path = "../thread_worker" } |