diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-08 16:44:33 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-08 16:44:33 +0100 |
commit | 32100022010ecfefd1ea06caa71d1a508d2eb75d (patch) | |
tree | 7bb279168cbf12d203bc211168b7f2f782493839 /crates/ra_project_model | |
parent | 64b718bff7df788bfe6e8e2dce24b20faf9be235 (diff) | |
parent | a426de60ad2b4e7041f8fd8ff97b10f97d8bbfd1 (diff) |
Merge #1513
1513: Remove unused dependencies r=matklad a=sinkuu
Co-authored-by: Shotaro Yamada <[email protected]>
Diffstat (limited to 'crates/ra_project_model')
-rw-r--r-- | crates/ra_project_model/Cargo.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index a1f7bf6dc..3545d23c9 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml | |||
@@ -9,8 +9,6 @@ log = "0.4.5" | |||
9 | rustc-hash = "1.0" | 9 | rustc-hash = "1.0" |
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | 11 | ||
12 | walkdir = "2.2.7" | ||
13 | |||
14 | cargo_metadata = "0.8.0" | 12 | cargo_metadata = "0.8.0" |
15 | 13 | ||
16 | ra_arena = { path = "../ra_arena" } | 14 | ra_arena = { path = "../ra_arena" } |
@@ -18,6 +16,3 @@ ra_db = { path = "../ra_db" } | |||
18 | 16 | ||
19 | serde = { version = "1.0.89", features = ["derive"] } | 17 | serde = { version = "1.0.89", features = ["derive"] } |
20 | serde_json = "1.0.39" | 18 | serde_json = "1.0.39" |
21 | |||
22 | [dev-dependencies] | ||
23 | test_utils = { path = "../test_utils" } | ||