aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-30 10:02:30 +0100
committerAleksey Kladov <[email protected]>2019-05-30 10:02:30 +0100
commit18ed3517474dbc41586f71b22c72bf083be3dca9 (patch)
tree1d6de28985e14bc9c53051e8d729218fb65ef3c0 /crates/ra_lsp_server/Cargo.toml
parent615b59aea09d4bd55c3e3a72e9aab86810107ca6 (diff)
:arrow_up: parking_lot
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 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" }