aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-18 07:47:41 +0000
committerAleksey Kladov <[email protected]>2019-01-19 12:36:58 +0000
commitb028472481df108537b60104314081b65bf51147 (patch)
treebf790dfca9e4e2c54673aeecde65e654edceeb41 /crates/ra_lsp_server/Cargo.toml
parent1800bfb6e67ab7187f0fa51ca8241e904922ecd8 (diff)
:arrow_up: update rust
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index e87d311eb..dd8543c56 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -5,7 +5,6 @@ version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"] 5authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8rayon = "1.0.2"
9threadpool = "1.7.1" 8threadpool = "1.7.1"
10relative-path = "0.4.0" 9relative-path = "0.4.0"
11failure = "0.1.4" 10failure = "0.1.4"