aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/Cargo.toml
diff options
context:
space:
mode:
authorMuhammad Mominul Huque <[email protected]>2019-06-14 21:42:56 +0100
committerMuhammad Mominul Huque <[email protected]>2019-06-14 21:42:56 +0100
commit9709bd39ca8a564d517372ee33304d34ac0b09bf (patch)
tree4d12b93f2aab3a85898099c2308d364501946dbb /crates/ra_project_model/Cargo.toml
parenta931fb1ef633473e272bb3f9ba86968dd90f44a7 (diff)
Get rid of failure: ra_lsp_server & ra_project_model
Diffstat (limited to 'crates/ra_project_model/Cargo.toml')
-rw-r--r--crates/ra_project_model/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml
index cf4adf35c..c1a91d950 100644
--- a/crates/ra_project_model/Cargo.toml
+++ b/crates/ra_project_model/Cargo.toml
@@ -9,8 +9,6 @@ log = "0.4.5"
9rustc-hash = "1.0" 9rustc-hash = "1.0"
10relative-path = "0.4.0" 10relative-path = "0.4.0"
11 11
12failure = "0.1.4"
13
14walkdir = "2.2.7" 12walkdir = "2.2.7"
15 13
16cargo_metadata = "0.7.0" 14cargo_metadata = "0.7.0"